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 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:
      createEntityMetamodel in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getSessionFactory

      public org.hibernate.engine.spi.SessionFactoryImplementor getSessionFactory()
      Specified by:
      getSessionFactory in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getBootstrapContext

      public org.hibernate.boot.spi.BootstrapContext getBootstrapContext()
      Specified by:
      getBootstrapContext in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getBootModel

      public org.hibernate.boot.spi.MetadataImplementor getBootModel()
      Specified by:
      getBootModel in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getDomainModel

      public org.hibernate.metamodel.spi.MappingMetamodelImplementor getDomainModel()
      Specified by:
      getDomainModel in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getTypeConfiguration

      public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
      Specified by:
      getTypeConfiguration in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getJavaTypeRegistry

      public org.hibernate.type.descriptor.java.spi.JavaTypeRegistry getJavaTypeRegistry()
      Specified by:
      getJavaTypeRegistry in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getMetadata

      public org.hibernate.boot.spi.MetadataImplementor getMetadata()
      Specified by:
      getMetadata in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getFunctionRegistry

      public org.hibernate.query.sqm.function.SqmFunctionRegistry getFunctionRegistry()
      Specified by:
      getFunctionRegistry in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getSettings

      public Map<String,Object> getSettings()
      Specified by:
      getSettings in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getDialect

      public org.hibernate.dialect.Dialect getDialect()
      Specified by:
      getDialect in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getCache

      public org.hibernate.cache.spi.CacheImplementor getCache()
      Specified by:
      getCache in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getSessionFactoryOptions

      public org.hibernate.boot.spi.SessionFactoryOptions getSessionFactoryOptions()
      Specified by:
      getSessionFactoryOptions in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getJdbcServices

      public org.hibernate.engine.jdbc.spi.JdbcServices getJdbcServices()
      Specified by:
      getJdbcServices in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getSqlStringGenerationContext

      public org.hibernate.boot.model.relational.SqlStringGenerationContext getSqlStringGenerationContext()
      Specified by:
      getSqlStringGenerationContext in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getServiceRegistry

      public org.hibernate.service.ServiceRegistry getServiceRegistry()
      Specified by:
      getServiceRegistry in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getGenerators

      public Map<String,org.hibernate.generator.Generator> getGenerators()
      Specified by:
      getGenerators in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
    • getGeneratorSettings

      public org.hibernate.mapping.GeneratorSettings getGeneratorSettings()
      Specified by:
      getGeneratorSettings in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext