Class ReactiveRuntimeModelCreationContext
java.lang.Object
org.hibernate.reactive.metamodel.mapping.internal.ReactiveRuntimeModelCreationContext
- All Implemented Interfaces:
org.hibernate.metamodel.spi.RuntimeModelCreationContext
public class ReactiveRuntimeModelCreationContext
extends Object
implements org.hibernate.metamodel.spi.RuntimeModelCreationContext
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveRuntimeModelCreationContext(org.hibernate.metamodel.spi.RuntimeModelCreationContext delegate) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.tuple.entity.EntityMetamodelcreateEntityMetamodel(org.hibernate.mapping.PersistentClass persistentClass, org.hibernate.persister.entity.EntityPersister persister) org.hibernate.boot.spi.MetadataImplementororg.hibernate.boot.spi.BootstrapContextorg.hibernate.cache.spi.CacheImplementorgetCache()org.hibernate.dialect.Dialectorg.hibernate.metamodel.spi.MappingMetamodelImplementororg.hibernate.query.sqm.function.SqmFunctionRegistryorg.hibernate.mapping.GeneratorSettingsorg.hibernate.type.descriptor.java.spi.JavaTypeRegistryorg.hibernate.engine.jdbc.spi.JdbcServicesorg.hibernate.boot.spi.MetadataImplementororg.hibernate.service.ServiceRegistryorg.hibernate.engine.spi.SessionFactoryImplementororg.hibernate.boot.spi.SessionFactoryOptionsorg.hibernate.boot.model.relational.SqlStringGenerationContextorg.hibernate.type.spi.TypeConfiguration
-
Constructor Details
-
ReactiveRuntimeModelCreationContext
public ReactiveRuntimeModelCreationContext(org.hibernate.metamodel.spi.RuntimeModelCreationContext delegate)
-
-
Method Details
-
createEntityMetamodel
public org.hibernate.tuple.entity.EntityMetamodel createEntityMetamodel(org.hibernate.mapping.PersistentClass persistentClass, org.hibernate.persister.entity.EntityPersister persister) - Specified by:
createEntityMetamodelin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getSessionFactory
public org.hibernate.engine.spi.SessionFactoryImplementor getSessionFactory()- Specified by:
getSessionFactoryin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getBootstrapContext
public org.hibernate.boot.spi.BootstrapContext getBootstrapContext()- Specified by:
getBootstrapContextin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getBootModel
public org.hibernate.boot.spi.MetadataImplementor getBootModel()- Specified by:
getBootModelin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getDomainModel
public org.hibernate.metamodel.spi.MappingMetamodelImplementor getDomainModel()- Specified by:
getDomainModelin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getTypeConfiguration
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()- Specified by:
getTypeConfigurationin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getJavaTypeRegistry
public org.hibernate.type.descriptor.java.spi.JavaTypeRegistry getJavaTypeRegistry()- Specified by:
getJavaTypeRegistryin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getMetadata
public org.hibernate.boot.spi.MetadataImplementor getMetadata()- Specified by:
getMetadatain interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getFunctionRegistry
public org.hibernate.query.sqm.function.SqmFunctionRegistry getFunctionRegistry()- Specified by:
getFunctionRegistryin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getSettings
- Specified by:
getSettingsin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getDialect
public org.hibernate.dialect.Dialect getDialect()- Specified by:
getDialectin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getCache
public org.hibernate.cache.spi.CacheImplementor getCache()- Specified by:
getCachein interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getSessionFactoryOptions
public org.hibernate.boot.spi.SessionFactoryOptions getSessionFactoryOptions()- Specified by:
getSessionFactoryOptionsin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getJdbcServices
public org.hibernate.engine.jdbc.spi.JdbcServices getJdbcServices()- Specified by:
getJdbcServicesin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getSqlStringGenerationContext
public org.hibernate.boot.model.relational.SqlStringGenerationContext getSqlStringGenerationContext()- Specified by:
getSqlStringGenerationContextin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getServiceRegistry
public org.hibernate.service.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistryin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getGenerators
- Specified by:
getGeneratorsin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-
getGeneratorSettings
public org.hibernate.mapping.GeneratorSettings getGeneratorSettings()- Specified by:
getGeneratorSettingsin interfaceorg.hibernate.metamodel.spi.RuntimeModelCreationContext
-