Class BootstrapContextImpl

  • All Implemented Interfaces:
    org.hibernate.boot.spi.BootstrapContext

    public class BootstrapContextImpl
    extends java.lang.Object
    implements org.hibernate.boot.spi.BootstrapContext
    • Constructor Detail

      • BootstrapContextImpl

        public BootstrapContextImpl()
    • Method Detail

      • getServiceRegistry

        public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()
        Specified by:
        getServiceRegistry in interface org.hibernate.boot.spi.BootstrapContext
      • getJpaCompliance

        public org.hibernate.jpa.spi.MutableJpaCompliance getJpaCompliance()
        Specified by:
        getJpaCompliance in interface org.hibernate.boot.spi.BootstrapContext
      • getTypeConfiguration

        public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
        Specified by:
        getTypeConfiguration in interface org.hibernate.boot.spi.BootstrapContext
      • getMetadataBuildingOptions

        public org.hibernate.boot.spi.MetadataBuildingOptions getMetadataBuildingOptions()
        Specified by:
        getMetadataBuildingOptions in interface org.hibernate.boot.spi.BootstrapContext
      • isJpaBootstrap

        public boolean isJpaBootstrap()
        Specified by:
        isJpaBootstrap in interface org.hibernate.boot.spi.BootstrapContext
      • markAsJpaBootstrap

        public void markAsJpaBootstrap()
        Specified by:
        markAsJpaBootstrap in interface org.hibernate.boot.spi.BootstrapContext
      • getJpaTempClassLoader

        public java.lang.ClassLoader getJpaTempClassLoader()
        Specified by:
        getJpaTempClassLoader in interface org.hibernate.boot.spi.BootstrapContext
      • getClassLoaderAccess

        public org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
        Specified by:
        getClassLoaderAccess in interface org.hibernate.boot.spi.BootstrapContext
      • getClassmateContext

        public org.hibernate.boot.internal.ClassmateContext getClassmateContext()
        Specified by:
        getClassmateContext in interface org.hibernate.boot.spi.BootstrapContext
      • getArchiveDescriptorFactory

        public org.hibernate.boot.archive.spi.ArchiveDescriptorFactory getArchiveDescriptorFactory()
        Specified by:
        getArchiveDescriptorFactory in interface org.hibernate.boot.spi.BootstrapContext
      • getScanOptions

        public org.hibernate.boot.archive.scan.spi.ScanOptions getScanOptions()
        Specified by:
        getScanOptions in interface org.hibernate.boot.spi.BootstrapContext
      • getScanEnvironment

        public org.hibernate.boot.archive.scan.spi.ScanEnvironment getScanEnvironment()
        Specified by:
        getScanEnvironment in interface org.hibernate.boot.spi.BootstrapContext
      • getScanner

        public java.lang.Object getScanner()
        Specified by:
        getScanner in interface org.hibernate.boot.spi.BootstrapContext
      • getReflectionManager

        public org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
        Specified by:
        getReflectionManager in interface org.hibernate.boot.spi.BootstrapContext
      • getJandexView

        public org.jboss.jandex.IndexView getJandexView()
        Specified by:
        getJandexView in interface org.hibernate.boot.spi.BootstrapContext
      • getSqlFunctions

        public java.util.Map<java.lang.String,​org.hibernate.dialect.function.SQLFunction> getSqlFunctions()
        Specified by:
        getSqlFunctions in interface org.hibernate.boot.spi.BootstrapContext
      • getAuxiliaryDatabaseObjectList

        public java.util.Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
        Specified by:
        getAuxiliaryDatabaseObjectList in interface org.hibernate.boot.spi.BootstrapContext
      • getAttributeConverters

        public java.util.Collection<org.hibernate.boot.AttributeConverterInfo> getAttributeConverters()
        Specified by:
        getAttributeConverters in interface org.hibernate.boot.spi.BootstrapContext
      • getCacheRegionDefinitions

        public java.util.Collection<org.hibernate.boot.CacheRegionDefinition> getCacheRegionDefinitions()
        Specified by:
        getCacheRegionDefinitions in interface org.hibernate.boot.spi.BootstrapContext
      • release

        public void release()
        Specified by:
        release in interface org.hibernate.boot.spi.BootstrapContext
      • close

        public void close()