Hibernate

  1. Table Per Hierarchy (Table Per Hierarchy)
  2. Table Per Subclass (Table Per Subclass)
  3. Hibernate Annotations (Hibernate Annotations)
  4. Table Per Hierarchy Using Annotations (Table Per Hierarchy Using Annotations)
  5. One-to-One Mapping (One-to-One Mapping)
  6. Many-to-Many Mapping (Many-to-Many Mapping)
  7. One-to-Many Mapping(One-to-Many Mapping)
  8. Saving Collections Using Hibernate (Saving Collections)
  9. One-to-Many Mapping using Set (One-to-Many Mapping using Set)
  10. One-to-Many Mapping using Bag (One-to-Many Mapping using Bag )
  11. One-to-Many Mapping by List(One-to-Many Mapping by List)
  12. Joined Strategy in Hibernate (Joined Strategy in Hibernate)
  13. @Embedded @Embeddable Example (Embedded and Embeddable)
  14. @AttributeOverrides and @AttributeOverride (AttributeOverrides and AttributeOverride)
  15. CRUD using Hibernate (CRUD)
  16. JSP and Hibernate Integration Example – CRUD (CRUD using JSP and Hibernate)
  17. JSF and Hibernate Integration Example – CRUD(CRUD using JSF and Hibernate)
  18. Spring Hibernate Integration (Spring + Hibernate Integration)
  19. HQL – Hibernate Query Language (HQL Example)
  20. Hibernate Database Operations – FirstResult and MaxResult (First Result and Max Result)
  21. Criteria Queries in Hibernate (Hibernate Criteria)