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 |
How is hashset maintained in memory by java ?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
VSS Objectives
What are the classes in the java collection framework? : java collections
who should use JNDI?
what is difference between web server and application server?
what is the diffrence between insurance and telecom domain?
what about web architecture?
What are the different types of classes implemented in the set interfaces? : java collections
Can any one tell me How to explain bank project desription in interview
What is IOC in spring?