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 |
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
what debugging tool that can be used to debug the java programs?
what protocols does JNDI provide an interface to?
What is deque in the java collections framework? : java collections
What are the interfaces in java collections? : java collections
What is the use of the list interface in the java collection? : java collections
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
what about web architecture?
What are the different types of ways where you can iterate over a list? : java collections
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
How is hashset maintained in memory by java ?
What are the classes in the java collection framework? : java collections