Uses of Interface
org.hibernate.id.IdentifierGeneratorAggregator
-
Packages that use IdentifierGeneratorAggregator Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
. -
-
Uses of IdentifierGeneratorAggregator in org.hibernate.id
Classes in org.hibernate.id that implement IdentifierGeneratorAggregator Modifier and Type Class Description class
CompositeNestedGeneratedValueGenerator
For composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).
-