This document provides an overview of Hibernate training topics including:
- Introduction to object relational mapping and Hibernate query language
- Association mappings like one-to-one, many-to-one, one-to-many and many-to-many relationships
- Inheritance mappings using table per class hierarchy, table per subclass, and table per concrete class strategies
- Integrating Hibernate with Spring frameworks