Hibernate is an ORM framework which helps in bridging the gap between Relational world and Object world. Hibernate helps in interacting with your database in an object oriented way. The tables are mapped to class and even concepts like inheritance and polymorphism are handled by Hibernate transparently.
You can follow the following tutorials in sequence to learn more about this framework.
- Object Relationship Mapping (ORM)
- ORM or JDBC
- Hibernate Basic Tutorial
- Hibernate Basic with Annotations
- Hibernate For Entity Beans of EJB
- Mapping Class in Hibernate
- Mapping Id of Table to Class in Hibernate
- Mapping Properties in Hibernate
- Hibernate Concepts
- Concept of owning entity in EJB and Hibernate
- Collection Mapping In Hibernate
- Relationship Mapping in Hibernate
- Mapping Inheritance in Hibernate
- Hibernate Persistent Context and Session
- Hibernate Entities Life cycle
- Hibernate Query Language - HQL
- Debugging Hibernate
- Hibernate Tools
- Maintaining a Long Session in Hibernate
- Second level Cache in Hibernate
- Sharding in Hibernate
No comments:
Post a Comment