what are advantages of HQL?
what are advantages of Native SQL?
what are advantages of Criteria API?
find a persisted user by user id which was primary key in
that case. What if we want to search a user by user name,age
or email and none of these attributes is a primary key.
Hibernate provides a query language similar to the standard
SQL to perform operations on the Hibernate objects. The
advantage of using HQL instead of standard SQL is that SQL
varies as different databases are adopted to implement
different solutions,but HQL remain the same as long as you
are within the domain of Hibernate; no matter which database
you are using
| Is This Answer Correct ? | 5 Yes | 2 No |
wnet use DAO design in u r project?
Write a postfix expression to (a*(b+c/d)*d-e)
What are the differences between the java collection and the java list? : java collections
What is the Spring2.5 MVC Navigation flow?
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
What are the main classes of the list interfaces? : java collections
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
How many controlers are there in spring? Plz send me ans
which book is the best for preparing for SCWCD 1.5
What is need of DAO? Write one simple DAO example?
what is hibernate ceteria ?