Package org.hibernate.metamodel.spi
Interface RuntimeModelCreationContext
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
public interface RuntimeModelCreationContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityMetamodel
createEntityMetamodel
(PersistentClass persistentClass, EntityPersister persister) getCache()
default JavaTypeRegistry
default MetadataImplementor
default TypeConfiguration
-
Method Details
-
getSessionFactory
SessionFactoryImplementor getSessionFactory() -
getBootstrapContext
BootstrapContext getBootstrapContext() -
getBootModel
MetadataImplementor getBootModel() -
getDomainModel
MappingMetamodelImplementor getDomainModel() -
getTypeConfiguration
-
getJavaTypeRegistry
-
getMetadata
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry() -
getSettings
-
getDialect
Dialect getDialect() -
getCache
CacheImplementor getCache() -
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions() -
getJdbcServices
JdbcServices getJdbcServices() -
getSqlStringGenerationContext
SqlStringGenerationContext getSqlStringGenerationContext() -
getServiceRegistry
ServiceRegistry getServiceRegistry() -
getGenerators
-
getGeneratorSettings
GeneratorSettings getGeneratorSettings() -
createEntityMetamodel
default EntityMetamodel createEntityMetamodel(PersistentClass persistentClass, EntityPersister persister)
-