Persistent classes are classes in an application that implement the entities of the business

A simple POJO example

Most Java applications require a persistent class representing felines

Read More →

Rules Of Persistent Classes

All persistent classes must have a default constructor

Read More →

Implementing inheritance in Hibernate

A subclass must also observe the first and second rules

Read More →

Implementing equals() and hashCode() in Hibernate

Hibernate guarantees equivalence of persistent identity (database row)

Read More →

Tuplizers in Hibernate

org.hibernate.tuple.Tuplizer, and its sub-interfaces, are responsible for

Read More →

EntityNameResolvers in Hibernate

The hibernate test suite has an example of this exact style of usage under the org.hibernate.test.dynamicentity.tuplizer2.

Read More →

A simple POJO example

Most Java applications require a persistent class representing felines

Read More →

Rules Of Persistent Classes

All persistent classes must have a default constructor

Read More →

Implementing inheritance in Hibernate

A subclass must also observe the first and second rules

Read More →

Implementing equals() and hashCode() in Hibernate

Hibernate guarantees equivalence of persistent identity (database row)

Read More →

Tuplizers in Hibernate

org.hibernate.tuple.Tuplizer, and its sub-interfaces, are responsible for

Read More →

EntityNameResolvers in Hibernate

The hibernate test suite has an example of this exact style of usage under the org.hibernate.test.dynamicentity.tuplizer2.

Read More →
Persistent Classes in Hibernate,A simple POJO example,Rules Of Persistent Classes,Implementing inheritance in Hibernate,Implementing equals() and hashCode() in Hibernate,Tuplizers in Hibernate,EntityNameResolvers in Hibernate,A simple POJO example,Rules Of Persistent Classes,Implementing inheritance in Hibernate,Implementing equals() and hashCode() in Hibernate,Tuplizers in Hibernate,EntityNameResolvers in Hibernate