Package org.hibernate.id

This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.

The most useful id generators in modern Hibernate are:

See Also:
org.hibernate.generator
"API Note:"
The remaining id generators are kept around for backward compatibility and as an implementation detail of the hbm.xml mapping format.