What is the difference between CriteriaQuery and CreateQuery
in Hibernate???? Thanks in advance!!!!!!
Answer Posted / 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 |
Post New Answer View All Answers
What is SOLID Principle in Programming Language?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Any real time example of O2C process from taking order till creating invoice.
what is the difference between uservariables and systemvariables (in Environmental variables)???
how many types of operating system are avaliable?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
can any one suggestion me present which course(except java,.net) has huge demand in the market?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
how can i create report in abap to insert data in table pa0002 using insert command
I am work in it aompenei
what is integration testing in real time applications?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
Write a program to find whether a given number is prime or not.