CoreLab1 , AnnotationLab1, Lab2, Lab3 & Core Vs Annotation
Hibernate Runtime Systems
DAO + Hibernate (CURD Operation) Mini Project
Hibernate Mapping Type & Simple Mapping
Inheritance Mapping 
- Table per sub-class Mapping
- Table per class Mapping
- Table per concrete class Mapping
Association Mapping
- One-to-One Mapping
- One-to-Many Mapping
- Many-to-Many Mapping
Depending on the Directionality, there are 2 types
-
- Uni-Directional Relationship
- Bi- Directional Relationship
Primary Key
- Simple Primary Key
- Custom ID Generators
- Composite Primary Key
Types of Object States
- Transient State
- Persistent State
- Detached State
Query Language Supported by Hibernate
- HQL (Hibernate Query Language) *
- QBC (Query by Criteria)
- QBE (Query BY Example)
- Native SQL Queries
- Named SQL Queries
Hibernate Cache & Cache Architecture
- Transactional Scope Cache
- Process Scope Cache
- Clustered Scope Cache
Filter & Hibernate Project, Interview Questions-Answers