Package org.hibernate.metamodel.spi
Interface RuntimeModelCreationContext
-
- All Superinterfaces:
PersisterCreationContext
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
public interface RuntimeModelCreationContext extends PersisterCreationContext
-
-
Method Summary
-
-
-
Method Detail
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
- Specified by:
getSessionFactory
in interfacePersisterCreationContext
-
getBootstrapContext
BootstrapContext getBootstrapContext()
- Specified by:
getBootstrapContext
in interfacePersisterCreationContext
-
getBootModel
MetadataImplementor getBootModel()
-
getDomainModel
MappingMetamodelImplementor getDomainModel()
-
getTypeConfiguration
default TypeConfiguration getTypeConfiguration()
- Specified by:
getTypeConfiguration
in interfacePersisterCreationContext
-
getJavaTypeRegistry
default JavaTypeRegistry getJavaTypeRegistry()
- Specified by:
getJavaTypeRegistry
in interfacePersisterCreationContext
-
getMetadata
default MetadataImplementor getMetadata()
- Specified by:
getMetadata
in interfacePersisterCreationContext
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry()
-
getDialect
Dialect getDialect()
-
getCache
CacheImplementor getCache()
-
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions()
-
getJdbcServices
JdbcServices getJdbcServices()
-
getSqlStringGenerationContext
SqlStringGenerationContext getSqlStringGenerationContext()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
-