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
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what is the certificates in biztalk?
what is woransient key word? how it is used in java
Which method protects back button to retrieve old value from previous page in Struts.
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
can we allocate memory for interface? if no then why?
how will you code the subfile which is in editing mode (multiple case subfile)?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.