What is the difference between CriteriaQuery and CreateQuery
in Hibernate???? Thanks in advance!!!!!!
Answer / mohanraj
createquery is followed the HQL format of implementation.
createSQLQuery is followed the SQL format of implementation.
| Is This Answer Correct ? | 12 Yes | 1 No |
5.Call by value and Call by reference with program?
How to get the index of the clicked field in reports in ABAP?
what are resources in case of Threads
what is different between kenerl mode and user mode?
what is the purpose of postback?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
In java without use of main() how to execute the program
Hello all, My name is Nrupali, am a fresher, i know C language beginner. dont have any experience. planning to learn Php. let me know which language should i choose to learn or for salary purpose and growth??? kindly help me to take decision. thanks
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
merge sort time complexity
6 Answers BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,
I want Ada programming language books. Could anyone post me any link for that?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;