Package org.hibernate.testing.boot
Class BootstrapContextImpl
- java.lang.Object
-
- org.hibernate.testing.boot.BootstrapContextImpl
-
- All Implemented Interfaces:
org.hibernate.boot.spi.BootstrapContext
public class BootstrapContextImpl extends Object implements org.hibernate.boot.spi.BootstrapContext
-
-
Constructor Summary
Constructors Constructor Description BootstrapContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.hibernate.boot.archive.spi.ArchiveDescriptorFactorygetArchiveDescriptorFactory()Collection<org.hibernate.boot.AttributeConverterInfo>getAttributeConverters()Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject>getAuxiliaryDatabaseObjectList()Collection<org.hibernate.boot.CacheRegionDefinition>getCacheRegionDefinitions()org.hibernate.boot.spi.ClassLoaderAccessgetClassLoaderAccess()org.hibernate.boot.internal.ClassmateContextgetClassmateContext()org.jboss.jandex.IndexViewgetJandexView()org.hibernate.jpa.spi.MutableJpaCompliancegetJpaCompliance()ClassLoadergetJpaTempClassLoader()org.hibernate.boot.spi.MetadataBuildingOptionsgetMetadataBuildingOptions()org.hibernate.annotations.common.reflection.ReflectionManagergetReflectionManager()org.hibernate.boot.archive.scan.spi.ScanEnvironmentgetScanEnvironment()ObjectgetScanner()org.hibernate.boot.archive.scan.spi.ScanOptionsgetScanOptions()org.hibernate.boot.registry.StandardServiceRegistrygetServiceRegistry()Map<String,org.hibernate.dialect.function.SQLFunction>getSqlFunctions()org.hibernate.type.spi.TypeConfigurationgetTypeConfiguration()booleanisJpaBootstrap()voidmarkAsJpaBootstrap()voidrelease()
-
-
-
Method Detail
-
getServiceRegistry
public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()
- Specified by:
getServiceRegistryin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJpaCompliance
public org.hibernate.jpa.spi.MutableJpaCompliance getJpaCompliance()
- Specified by:
getJpaCompliancein interfaceorg.hibernate.boot.spi.BootstrapContext
-
getTypeConfiguration
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
- Specified by:
getTypeConfigurationin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getMetadataBuildingOptions
public org.hibernate.boot.spi.MetadataBuildingOptions getMetadataBuildingOptions()
- Specified by:
getMetadataBuildingOptionsin interfaceorg.hibernate.boot.spi.BootstrapContext
-
isJpaBootstrap
public boolean isJpaBootstrap()
- Specified by:
isJpaBootstrapin interfaceorg.hibernate.boot.spi.BootstrapContext
-
markAsJpaBootstrap
public void markAsJpaBootstrap()
- Specified by:
markAsJpaBootstrapin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJpaTempClassLoader
public ClassLoader getJpaTempClassLoader()
- Specified by:
getJpaTempClassLoaderin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getClassLoaderAccess
public org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
- Specified by:
getClassLoaderAccessin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getClassmateContext
public org.hibernate.boot.internal.ClassmateContext getClassmateContext()
- Specified by:
getClassmateContextin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getArchiveDescriptorFactory
public org.hibernate.boot.archive.spi.ArchiveDescriptorFactory getArchiveDescriptorFactory()
- Specified by:
getArchiveDescriptorFactoryin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanOptions
public org.hibernate.boot.archive.scan.spi.ScanOptions getScanOptions()
- Specified by:
getScanOptionsin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanEnvironment
public org.hibernate.boot.archive.scan.spi.ScanEnvironment getScanEnvironment()
- Specified by:
getScanEnvironmentin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanner
public Object getScanner()
- Specified by:
getScannerin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getReflectionManager
public org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
- Specified by:
getReflectionManagerin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJandexView
public org.jboss.jandex.IndexView getJandexView()
- Specified by:
getJandexViewin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getSqlFunctions
public Map<String,org.hibernate.dialect.function.SQLFunction> getSqlFunctions()
- Specified by:
getSqlFunctionsin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getAuxiliaryDatabaseObjectList
public Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
- Specified by:
getAuxiliaryDatabaseObjectListin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getAttributeConverters
public Collection<org.hibernate.boot.AttributeConverterInfo> getAttributeConverters()
- Specified by:
getAttributeConvertersin interfaceorg.hibernate.boot.spi.BootstrapContext
-
getCacheRegionDefinitions
public Collection<org.hibernate.boot.CacheRegionDefinition> getCacheRegionDefinitions()
- Specified by:
getCacheRegionDefinitionsin interfaceorg.hibernate.boot.spi.BootstrapContext
-
release
public void release()
- Specified by:
releasein interfaceorg.hibernate.boot.spi.BootstrapContext
-
close
public void close()
-
-