Package org.hibernate.id.factory.spi
Interface StandardGenerator
-
- All Superinterfaces:
Configurable,ExportableProducer,IdentifierGenerator
- All Known Subinterfaces:
BulkInsertionCapableIdentifierGenerator,OptimizableGenerator,PersistentIdentifierGenerator,PostInsertIdentifierGenerator
- All Known Implementing Classes:
AbstractPostInsertGenerator,AbstractUUIDGenerator,Assigned,CompositeNestedGeneratedValueGenerator,ForeignGenerator,GUIDGenerator,IdentityGenerator,IncrementGenerator,OrderedSequenceGenerator,SelectGenerator,SequenceStyleGenerator,TableGenerator,UuidGenerator,UUIDGenerator,UUIDHexGenerator
public interface StandardGenerator extends IdentifierGenerator
Marker interface for Hibernate-provided generator impls
-
-
Field Summary
-
Fields inherited from interface org.hibernate.id.IdentifierGenerator
CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME
-
-
Method Summary
-
Methods inherited from interface org.hibernate.id.IdentifierGenerator
configure, generate, initialize, registerExportables, supportsJdbcBatchInserts
-
-