Hibernate Tutorials
- JPA + Hibernate - @OneToMany with @Filter
- JPA + Hibernate - @EmbeddedId Example
- JPA + Hibernate - @Embeddable and @Embedded Example
- JPA + Hibernate - @NamedStoredProcedureQuery Example
- Call Stored Procedure using Hibernate + Jakarta
- Hibernate @Any, @ManyToAny and @AnyMetaDef Annotation Example
- Hibernate Make Entity Read Only Example with Session.setDefaultReadOnly(), Session.setReadOnly(), Query.setReadOnly(), Criteria.setReadOnly() and Immutable Entity
- Hibernate HQL Order By and Group By Example
- Hibernate HQL Associations and inner join, left outer join, right outer join, cross join Example
- Hibernate Session createCriteria(), contains() and cancelQuery() Example
- Hibernate ScrollableResults and ScrollMode Example
- Hibernate Bidirectional Mapping Example with @JoinTable Annotation
- Hibernate @Filter and @FilterJoinTable Annotation Example
- Hibernate Session: evict() and merge() Example
- LockOptions, Session.buildLockRequest() and LockRequest in Hibernate
- Hibernate Session: save(), update() and saveOrUpdate() Example
- Hibernate Object States
- Example of @CollectionId in Hibernate
- Example of @ForeignKey in Hibernate
- Example of @NotFound in Hibernate
- Example of @OptimisticLock in Hibernate
- Example of @Target in Hibernate
- Example of @Generated in Hibernate
- Example of @OnDelete in Hibernate
- Example of @Index in Hibernate
- Example of @Where in Hibernate
- Example of CascadeType.ALL in Hibernate
- Example of CascadeType.DETACH in Hibernate
- Example of CascadeType.REFRESH in Hibernate
- Example of CascadeType.REMOVE in Hibernate
- Example of CascadeType.MERGE in Hibernate
- Example of CascadeType.PERSIST in Hibernate
- @OneToMany in Hibernate Annotation
- Example of @FetchProfile in Hibernate Annotation
- Example of FetchType.EAGER and FetchType.LAZY in Hibernate Annotation
- @DiscriminatorFormula in Hibernate Annotation
- @Parent in Hibernate Annotation
- @Type with yes_no in Hibernate Annotation
- Example of Formula in Hibernate Annotation
- Example of @NaturalId in Hibernate Annotation
- Example of @BatchSize in Hibernate Annotation
- @SqlResultSetMapping and @NamedNativeQuery in Hibernate
- Example of @Immutable in Hibernate Annotation
- Example of @NamedQuery in Hibernate Annotation
- Enable Second level Cache in Hibernate Annotation
- Example of @SecondaryTables in Hibernate Annotation
- Example of @ElementCollection in Hibernate Annotation
- @GeneratedValue with strategy=GenerationType.SEQUENCE in Hibernate
- @GeneratedValue with strategy=GenerationType.TABLE in Hibernate
- @GeneratedValue with strategy=GenerationType.IDENTITY in Hibernate
- @GeneratedValue with strategy=GenerationType.AUTO in Hibernate
- @Access in Hibernate Annotation
- @Lob in Hibernate Annotation
- Example of @Enumerated in Hibernate
- Example of @Temporal in Hibernate
- Transient Property in Hibernate
- Versioning for Optimistic Locking in Hibernate
- Generating Annotated POJOs in Hibernate
- Example of AnnotationConfiguration in Hibernate
- Configure Hibernate Without hibernate.cfg.xml
- Example of @MapKeyJoinColumn in Hibernate
- Example of @MapKeyTemporal in Hibernate
- Example of @MapKeyEnumerated in Hibernate
- Example of @MapKeyColumn in Hibernate
- Example of @MapKey in Hibernate
- Example of @OrderColumn in Hibernate
- Example of @OrderBy in Hibernate
- Example of @ManyToMany in Hibernate
- Example of @ManyToOne in Hibernate
- Example of @OneToOne in Hibernate
- Example of @MapsId in Hibernate
- Hibernate @SortComparator and @SortNatural Example for SortedSet Mapping
- Hibernate SharedSessionBuilder and Session.sessionWithOptions() Example
- Hibernate ReturningWork and Session.doReturningWork Example for JDBC
- Hibernate NaturalIdLoadAccess and Session.byNaturalId() Example
- Hibernate IdentifierLoadAccess and Session.byId() Example
- Hibernate SessionEventListener and Session.addEventListeners() Example
- Hibernate Criteria Query Tutorials with Examples using JPA 2
- Hibernate Annotation Example with Gradle
- JPA + Hibernate @Inheritance - TABLE_PER_CLASS Example
- JPA + Hibernate @Inheritance - JOINED Example
- JPA + Hibernate @Inheritance - SINGLE_TABLE Example
- JPA + Hibernate Inheritance - @MappedSuperclass Example