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 java.lang.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 void
close()
org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
getArchiveDescriptorFactory()
java.util.Collection<org.hibernate.boot.AttributeConverterInfo>
getAttributeConverters()
java.util.Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject>
getAuxiliaryDatabaseObjectList()
java.util.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()
java.lang.ClassLoader
getJpaTempClassLoader()
org.hibernate.boot.spi.MetadataBuildingOptions
getMetadataBuildingOptions()
org.hibernate.annotations.common.reflection.ReflectionManager
getReflectionManager()
org.hibernate.boot.archive.scan.spi.ScanEnvironment
getScanEnvironment()
java.lang.Object
getScanner()
org.hibernate.boot.archive.scan.spi.ScanOptions
getScanOptions()
org.hibernate.boot.registry.StandardServiceRegistry
getServiceRegistry()
java.util.Map<java.lang.String,org.hibernate.dialect.function.SQLFunction>
getSqlFunctions()
org.hibernate.type.spi.TypeConfiguration
getTypeConfiguration()
boolean
isJpaBootstrap()
void
markAsJpaBootstrap()
void
release()
-
-
-
Method Detail
-
getServiceRegistry
public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()
- Specified by:
getServiceRegistry
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJpaCompliance
public org.hibernate.jpa.spi.MutableJpaCompliance getJpaCompliance()
- Specified by:
getJpaCompliance
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getTypeConfiguration
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
- Specified by:
getTypeConfiguration
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getMetadataBuildingOptions
public org.hibernate.boot.spi.MetadataBuildingOptions getMetadataBuildingOptions()
- Specified by:
getMetadataBuildingOptions
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
isJpaBootstrap
public boolean isJpaBootstrap()
- Specified by:
isJpaBootstrap
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
markAsJpaBootstrap
public void markAsJpaBootstrap()
- Specified by:
markAsJpaBootstrap
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJpaTempClassLoader
public java.lang.ClassLoader getJpaTempClassLoader()
- Specified by:
getJpaTempClassLoader
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getClassLoaderAccess
public org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
- Specified by:
getClassLoaderAccess
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getClassmateContext
public org.hibernate.boot.internal.ClassmateContext getClassmateContext()
- Specified by:
getClassmateContext
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getArchiveDescriptorFactory
public org.hibernate.boot.archive.spi.ArchiveDescriptorFactory getArchiveDescriptorFactory()
- Specified by:
getArchiveDescriptorFactory
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanOptions
public org.hibernate.boot.archive.scan.spi.ScanOptions getScanOptions()
- Specified by:
getScanOptions
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanEnvironment
public org.hibernate.boot.archive.scan.spi.ScanEnvironment getScanEnvironment()
- Specified by:
getScanEnvironment
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getScanner
public java.lang.Object getScanner()
- Specified by:
getScanner
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getReflectionManager
public org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
- Specified by:
getReflectionManager
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getJandexView
public org.jboss.jandex.IndexView getJandexView()
- Specified by:
getJandexView
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getSqlFunctions
public java.util.Map<java.lang.String,org.hibernate.dialect.function.SQLFunction> getSqlFunctions()
- Specified by:
getSqlFunctions
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getAuxiliaryDatabaseObjectList
public java.util.Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList()
- Specified by:
getAuxiliaryDatabaseObjectList
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getAttributeConverters
public java.util.Collection<org.hibernate.boot.AttributeConverterInfo> getAttributeConverters()
- Specified by:
getAttributeConverters
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
getCacheRegionDefinitions
public java.util.Collection<org.hibernate.boot.CacheRegionDefinition> getCacheRegionDefinitions()
- Specified by:
getCacheRegionDefinitions
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
release
public void release()
- Specified by:
release
in interfaceorg.hibernate.boot.spi.BootstrapContext
-
close
public void close()
-
-