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:
getSessionFactoryin interfacePersisterCreationContext
-
getBootstrapContext
BootstrapContext getBootstrapContext()
- Specified by:
getBootstrapContextin interfacePersisterCreationContext
-
getBootModel
MetadataImplementor getBootModel()
-
getDomainModel
MappingMetamodelImplementor getDomainModel()
-
getTypeConfiguration
default TypeConfiguration getTypeConfiguration()
- Specified by:
getTypeConfigurationin interfacePersisterCreationContext
-
getJavaTypeRegistry
default JavaTypeRegistry getJavaTypeRegistry()
- Specified by:
getJavaTypeRegistryin interfacePersisterCreationContext
-
getMetadata
default MetadataImplementor getMetadata()
- Specified by:
getMetadatain interfacePersisterCreationContext
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry()
-
getDialect
Dialect getDialect()
-
getCache
CacheImplementor getCache()
-
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions()
-
getJdbcServices
JdbcServices getJdbcServices()
-
getSqlStringGenerationContext
SqlStringGenerationContext getSqlStringGenerationContext()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
-