Package org.hibernate.metamodel.spi
Interface RuntimeModelCreationContext
- All Superinterfaces:
PersisterCreationContext
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptiongetCache()default JavaTypeRegistrydefault MetadataImplementordefault TypeConfiguration
-
Method Details
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()- Specified by:
getSessionFactoryin interfacePersisterCreationContext
-
getBootstrapContext
BootstrapContext getBootstrapContext()- Specified by:
getBootstrapContextin interfacePersisterCreationContext
-
getBootModel
MetadataImplementor getBootModel() -
getDomainModel
MappingMetamodelImplementor getDomainModel() -
getTypeConfiguration
- Specified by:
getTypeConfigurationin interfacePersisterCreationContext
-
getJavaTypeRegistry
- Specified by:
getJavaTypeRegistryin interfacePersisterCreationContext
-
getMetadata
- Specified by:
getMetadatain interfacePersisterCreationContext
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry() -
getSettings
-
getDialect
Dialect getDialect() -
getCache
CacheImplementor getCache() -
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions() -
getJdbcServices
JdbcServices getJdbcServices() -
getSqlStringGenerationContext
SqlStringGenerationContext getSqlStringGenerationContext() -
getServiceRegistry
ServiceRegistry getServiceRegistry()
-