SQL in Hibernate
SQL in Hibernate During working with an SQL database in a Java application , the Java code issues SQL statements to the databese using Java DataBase Connectivity API (JDBC). JDBC API is used to bind arguments to query parameters for example: to retrieve values from the result set. But these are low-level data access tasks, and what we really like to do is write code that saves and retrives complex objects, to and from the database.
Recently added reviews
Object relation mapping in Hibernate
Persistence classes
SQL in Hibernate
Subtypes and association problems
Hibernate tutorial data types in Hibernate
ibernate tutorial how to set up basic Hibernate development environment
Reducing costs of access to relational data(part1)
Reducing costs of access to relational data(part2)
Reducing costs of access to relational data(part3)
Recommended Books
Job Offers