public class BootstrapContextImpl extends Object implements org.hibernate.boot.spi.BootstrapContext
Modifier and Type | Field and Description |
---|---|
static BootstrapContextImpl |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory |
getArchiveDescriptorFactory() |
Collection<org.hibernate.boot.AttributeConverterInfo> |
getAttributeConverters() |
Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> |
getAuxiliaryDatabaseObjectList() |
Collection<org.hibernate.boot.CacheRegionDefinition> |
getCacheRegionDefinitions() |
org.hibernate.boot.spi.ClassLoaderAccess |
getClassLoaderAccess() |
org.hibernate.boot.internal.ClassmateContext |
getClassmateContext() |
org.jboss.jandex.IndexView |
getJandexView() |
org.hibernate.jpa.spi.MutableJpaCompliance |
getJpaCompliance() |
ClassLoader |
getJpaTempClassLoader() |
org.hibernate.boot.spi.MetadataBuildingOptions |
getMetadataBuildingOptions() |
org.hibernate.annotations.common.reflection.ReflectionManager |
getReflectionManager() |
org.hibernate.boot.archive.scan.spi.ScanEnvironment |
getScanEnvironment() |
Object |
getScanner() |
org.hibernate.boot.archive.scan.spi.ScanOptions |
getScanOptions() |
org.hibernate.boot.registry.StandardServiceRegistry |
getServiceRegistry() |
Map<String,org.hibernate.dialect.function.SQLFunction> |
getSqlFunctions() |
org.hibernate.type.spi.TypeConfiguration |
getTypeConfiguration() |
boolean |
isJpaBootstrap() |
void |
markAsJpaBootstrap() |
void |
release() |
public static final BootstrapContextImpl INSTANCE
public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()
getServiceRegistry
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.jpa.spi.MutableJpaCompliance getJpaCompliance()
getJpaCompliance
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
getTypeConfiguration
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.spi.MetadataBuildingOptions getMetadataBuildingOptions()
getMetadataBuildingOptions
in interface org.hibernate.boot.spi.BootstrapContext
public boolean isJpaBootstrap()
isJpaBootstrap
in interface org.hibernate.boot.spi.BootstrapContext
public void markAsJpaBootstrap()
markAsJpaBootstrap
in interface org.hibernate.boot.spi.BootstrapContext
public ClassLoader getJpaTempClassLoader()
getJpaTempClassLoader
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
getClassLoaderAccess
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.internal.ClassmateContext getClassmateContext()
getClassmateContext
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.archive.spi.ArchiveDescriptorFactory getArchiveDescriptorFactory()
getArchiveDescriptorFactory
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.archive.scan.spi.ScanOptions getScanOptions()
getScanOptions
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.boot.archive.scan.spi.ScanEnvironment getScanEnvironment()
getScanEnvironment
in interface org.hibernate.boot.spi.BootstrapContext
public Object getScanner()
getScanner
in interface org.hibernate.boot.spi.BootstrapContext
public org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
getReflectionManager
in interface org.hibernate.boot.spi.BootstrapContext
public org.jboss.jandex.IndexView getJandexView()
getJandexView
in interface org.hibernate.boot.spi.BootstrapContext
public Map<String,org.hibernate.dialect.function.SQLFunction> getSqlFunctions()
getSqlFunctions
in interface org.hibernate.boot.spi.BootstrapContext
public Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
getAuxiliaryDatabaseObjectList
in interface org.hibernate.boot.spi.BootstrapContext
public Collection<org.hibernate.boot.AttributeConverterInfo> getAttributeConverters()
getAttributeConverters
in interface org.hibernate.boot.spi.BootstrapContext
public Collection<org.hibernate.boot.CacheRegionDefinition> getCacheRegionDefinitions()
getCacheRegionDefinitions
in interface org.hibernate.boot.spi.BootstrapContext
public void release()
release
in interface org.hibernate.boot.spi.BootstrapContext
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.