Package org.hibernate.id.factory.spi
Interface CustomIdGeneratorCreationContext
-
- All Superinterfaces:
GeneratorCreationContext
- All Known Implementing Classes:
IdGeneratorCreationContext
@Incubating public interface CustomIdGeneratorCreationContext extends GeneratorCreationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierGeneratorFactory
getIdentifierGeneratorFactory()
RootClass
getRootClass()
-
Methods inherited from interface org.hibernate.generator.GeneratorCreationContext
getDatabase, getDefaultCatalog, getDefaultSchema, getPersistentClass, getProperty, getServiceRegistry
-
-
-
-
Method Detail
-
getIdentifierGeneratorFactory
IdentifierGeneratorFactory getIdentifierGeneratorFactory()
-
getRootClass
RootClass getRootClass()
-
-