Package org.hibernate.id.factory.spi
Interface CustomIdGeneratorCreationContext
-
public interface CustomIdGeneratorCreationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabasegetDatabase()StringgetDefaultCatalog()StringgetDefaultSchema()IdentifierGeneratorFactorygetIdentifierGeneratorFactory()RootClassgetRootClass()ServiceRegistrygetServiceRegistry()
-
-
-
Method Detail
-
getIdentifierGeneratorFactory
IdentifierGeneratorFactory getIdentifierGeneratorFactory()
-
getDatabase
Database getDatabase()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
getDefaultCatalog
String getDefaultCatalog()
-
getDefaultSchema
String getDefaultSchema()
-
getRootClass
RootClass getRootClass()
-
-