Package org.hibernate.generator
Interface GeneratorCreationContext
-
- All Known Subinterfaces:
CustomIdGeneratorCreationContext
@Incubating public interface GeneratorCreationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabasegetDatabase()StringgetDefaultCatalog()StringgetDefaultSchema()PersistentClassgetPersistentClass()PropertygetProperty()ServiceRegistrygetServiceRegistry()
-
-
-
Method Detail
-
getDatabase
Database getDatabase()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
getDefaultCatalog
String getDefaultCatalog()
-
getDefaultSchema
String getDefaultSchema()
-
getPersistentClass
PersistentClass getPersistentClass()
-
getProperty
Property getProperty()
-
-