Package org.hibernate.testing.boot
Class MetadataBuildingContextTestingImpl
- java.lang.Object
-
- org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- All Implemented Interfaces:
MetadataBuildingContext
public class MetadataBuildingContextTestingImpl extends java.lang.Object implements MetadataBuildingContext
-
-
Constructor Summary
Constructors Constructor Description MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapContextgetBootstrapContext()MetadataBuildingOptionsgetBuildingOptions()Access to the options specified by theMetadataBuilderClassLoaderAccessgetClassLoaderAccess()Provides access to ClassLoader services when needed during bindingMappingDefaultsgetMappingDefaults()Access to mapping defaults in effect for this contextInFlightMetadataCollectorgetMetadataCollector()Access to the collector of metadata as we build it.ObjectNameNormalizergetObjectNameNormalizer()Not sure how I feel about this exposed here
-
-
-
Constructor Detail
-
MetadataBuildingContextTestingImpl
public MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry)
-
-
Method Detail
-
getBootstrapContext
public BootstrapContext getBootstrapContext()
- Specified by:
getBootstrapContextin interfaceMetadataBuildingContext
-
getBuildingOptions
public MetadataBuildingOptions getBuildingOptions()
Description copied from interface:MetadataBuildingContextAccess to the options specified by theMetadataBuilder- Specified by:
getBuildingOptionsin interfaceMetadataBuildingContext- Returns:
- The options
-
getMappingDefaults
public MappingDefaults getMappingDefaults()
Description copied from interface:MetadataBuildingContextAccess to mapping defaults in effect for this context- Specified by:
getMappingDefaultsin interfaceMetadataBuildingContext- Returns:
- The mapping defaults.
-
getMetadataCollector
public InFlightMetadataCollector getMetadataCollector()
Description copied from interface:MetadataBuildingContextAccess to the collector of metadata as we build it.- Specified by:
getMetadataCollectorin interfaceMetadataBuildingContext- Returns:
- The metadata collector.
-
getClassLoaderAccess
public ClassLoaderAccess getClassLoaderAccess()
Description copied from interface:MetadataBuildingContextProvides access to ClassLoader services when needed during binding- Specified by:
getClassLoaderAccessin interfaceMetadataBuildingContext- Returns:
- The ClassLoaderAccess
-
getObjectNameNormalizer
public ObjectNameNormalizer getObjectNameNormalizer()
Description copied from interface:MetadataBuildingContextNot sure how I feel about this exposed here- Specified by:
getObjectNameNormalizerin interfaceMetadataBuildingContext- Returns:
- The ObjectNameNormalizer
-
-