Advantages of Hibernate compared to JDBC
Introduction.
ORM (Object Relational Mapping)
Configuration xml file and Mapping xml file along with dtds.
Hibernate architecture
Installation and Directory Structure
Hibernate Data Types.
First Application using Hibernate.
Hibernate API
CRUD operations
Primary key Generators
Hibernate Query Language (HQL)
Native SQL
Criteria API
Inheritance in Hibernate
Relations
(one to one, one to many, many to
one, many to many)
Caching
Connecting with Multiple Databases
Integrating Hibernate with Servlets and Struts
Hibernate Annotations
|