Package org.hibernate.metamodel.spi
Interface RuntimeModelCreationContext
public interface RuntimeModelCreationContext
-
Method Summary
Modifier and TypeMethodDescriptiongetCache()
default JavaTypeRegistry
default MetadataImplementor
getOrCreateIdGenerator
(String rootName, PersistentClass persistentClass)
-
Method Details
-
getSessionFactory
SessionFactoryImplementor getSessionFactory() -
getBootstrapContext
BootstrapContext getBootstrapContext() -
getBootModel
MetadataImplementor getBootModel() -
getDomainModel
MappingMetamodelImplementor getDomainModel() -
getTypeConfiguration
TypeConfiguration 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() -
getOrCreateIdGenerator
-