Hibernate
This course introduces Hibernate, a popular open-source object/relational mapping (ORM) tool that helps Java developers store and access persistent objects. Topics covered include Hibernate configuration, the Hibernate mapping file, inheritance, collections, associations, and the Hibernate Query Language (HQL).
Course Curriculum
Hibernate
- ORM Overview
- Hibernate Overview
- Hibernate Architecture
- Hibernate Environment
- Hibernate Configuration
- Hibernate Sessions
- Hibernate Persistent Class
- Hibernate Mapping Files
- Hibernate Mapping Types
- Hibernate Examples
- Hibernate O/R Mappings
- Hibernate Annotations
- Hibernate Query Language
- Hibernate Criteria Queries
- Hibernate Native SQL
- Hibernate Caching
- Hibernate Batch Processing
- Hibernate Interceptors
Other
- Eclipse
- Maven(Project Building Tool)
- Apache Ant
- JUnit