Package org.hibernate.testing.boot
Class MetadataBuildingContextTestingImpl
java.lang.Object
org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- All Implemented Interfaces:
org.hibernate.boot.spi.MetadataBuildingContext
public class MetadataBuildingContextTestingImpl
extends Object
implements org.hibernate.boot.spi.MetadataBuildingContext
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataBuildingContextTestingImpl
(org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.spi.BootstrapContext
org.hibernate.boot.spi.MetadataBuildingOptions
org.hibernate.boot.spi.EffectiveMappingDefaults
org.hibernate.boot.spi.InFlightMetadataCollector
org.hibernate.boot.model.naming.ObjectNameNormalizer
org.hibernate.boot.internal.TypeDefinitionRegistryStandardImpl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.spi.MetadataBuildingContext
getPreferredSqlTypeCodeForArray, getPreferredSqlTypeCodeForBoolean, getPreferredSqlTypeCodeForDuration, getPreferredSqlTypeCodeForInstant, getPreferredSqlTypeCodeForUuid, isPreferJavaTimeJdbcTypesEnabled, isPreferNativeEnumTypesEnabled
-
Constructor Details
-
MetadataBuildingContextTestingImpl
public MetadataBuildingContextTestingImpl(org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry)
-
-
Method Details
-
getBootstrapContext
public org.hibernate.boot.spi.BootstrapContext getBootstrapContext()- Specified by:
getBootstrapContext
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getBuildingOptions
public org.hibernate.boot.spi.MetadataBuildingOptions getBuildingOptions()- Specified by:
getBuildingOptions
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getEffectiveDefaults
public org.hibernate.boot.spi.EffectiveMappingDefaults getEffectiveDefaults()- Specified by:
getEffectiveDefaults
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getMetadataCollector
public org.hibernate.boot.spi.InFlightMetadataCollector getMetadataCollector()- Specified by:
getMetadataCollector
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getObjectNameNormalizer
public org.hibernate.boot.model.naming.ObjectNameNormalizer getObjectNameNormalizer()- Specified by:
getObjectNameNormalizer
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getTypeDefinitionRegistry
public org.hibernate.boot.internal.TypeDefinitionRegistryStandardImpl getTypeDefinitionRegistry()- Specified by:
getTypeDefinitionRegistry
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-
getCurrentContributorName
- Specified by:
getCurrentContributorName
in interfaceorg.hibernate.boot.spi.MetadataBuildingContext
-