The following topics provides simple examples on the usage of database queries using Hibernate.
- Setup
- Hibernate Plug-in for Ganymede Eclipse
- Creating Hibernate Configurations using Hibernate Plug-in
- Hibernate Artifacts from Maven
- Integrating Hibernate
- Examples
- Database Creation for Testing the Examples
- Defining HBM Files
- Create, Update, Delete Functionalities
- Detached Criteria based Query
- Restrictions and Projections
- Associations
- One-to-One
- One-to-Many and Many-to-One
- Many-to-Many
- Connection Modes
- Loggers
- HSQL DB Setup