Package org.hibernate.id.factory.spi
Interface StandardGenerator
-
- All Known Subinterfaces:
OptimizableGenerator,PersistentIdentifierGenerator
- All Known Implementing Classes:
AbstractUUIDGenerator,Assigned,CompositeNestedGeneratedValueGenerator,ForeignGenerator,GUIDGenerator,IdentityGenerator,IncrementGenerator,OrderedSequenceGenerator,SelectGenerator,SequenceStyleGenerator,TableGenerator,UUIDGenerator,UUIDHexGenerator
public interface StandardGeneratorMarker interface for Hibernate-provided implementations ofGenerator.