Advance Hibernate Archive
25 Jul 2013
Setting Auditing Columns using JPA Listeners
This tutorial explains the using JPA Listeners such as @prePersist, @preUpdate, @preRemove for setting Auditing Columns of a Table.
29 Jul 2013
Optimistic Locking Versioning in JPA (Annotations)

This tutorial explains Optimistic Locking, simulates the problem and then solves the problem using Optimistic Locking Versioning in Hibernate using JPA Annotations.
29 Jul 2013
Optimistic Locking Versioning in Hibernate

This tutorial explains Optimistic Locking, simulates the problem and then solves the problem using Optimistic Locking Versioning in Hibernate.
02 Aug 2013
Hibernate Inheritance Table per Class Hierarchy

This tutorial explains Hibernate Inheritance Table per Class Hierarchy and an implementation of the same.
02 Aug 2013
Hibernate Inheritance Table per Class Hierarchy using JPA Annotations

An simple tutorial on Hibernate Inheritance Table per Class Hierarchy using JPA Annotations.
15 Aug 2013
Hibernate Inheritance Table per SubClass

This tutorial explains Hibernate Inheritance Table per SubClass and an implementation of the same.
15 Aug 2013
Hibernate Inheritance Table per SubClass using JPA Annotations

An simple tutorial on Hibernate Inheritance Table per SubClass using JPA Annotations.
11 Sep 2013
Generate JPA Annotations/Hibernate Mappings from Database Schema

This tutorial explains how to Reverse Engineer or Generate JPA Annotations/Hibernate Mappings from an existing Database Schema.
17 May 2014
Hibernate Inheritance Table per Concrete Class

This tutorial explains Hibernate Inheritance Table per Concrete Class and a sample implementation of the same.
17 May 2014
Hibernate Inheritance Table per Concrete Class using JPA Annotations

This tutorial explains Hibernate Inheritance Table per Concrete Class using JPA Annotations and a sample implementation of the same.