Package org.hibernate.id
Interface IdentifierGeneratorAggregator
-
- All Superinterfaces:
ExportableProducer
- All Known Implementing Classes:
CompositeNestedGeneratedValueGenerator
public interface IdentifierGeneratorAggregator extends ExportableProducer
Identifies generators which potentially aggregate otherPersistentIdentifierGenerator
generators.Initially this is limited to
CompositeNestedGeneratedValueGenerator
.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.boot.model.relational.ExportableProducer
registerExportables
-
-