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 Details

    • MetadataBuildingContextTestingImpl

      public MetadataBuildingContextTestingImpl(org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry)
  • Method Details

    • getBootstrapContext

      public org.hibernate.boot.spi.BootstrapContext getBootstrapContext()
      Specified by:
      getBootstrapContext in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getBuildingOptions

      public org.hibernate.boot.spi.MetadataBuildingOptions getBuildingOptions()
      Specified by:
      getBuildingOptions in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getEffectiveDefaults

      public org.hibernate.boot.spi.EffectiveMappingDefaults getEffectiveDefaults()
      Specified by:
      getEffectiveDefaults in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getMetadataCollector

      public org.hibernate.boot.spi.InFlightMetadataCollector getMetadataCollector()
      Specified by:
      getMetadataCollector in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getObjectNameNormalizer

      public org.hibernate.boot.model.naming.ObjectNameNormalizer getObjectNameNormalizer()
      Specified by:
      getObjectNameNormalizer in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getTypeDefinitionRegistry

      public org.hibernate.boot.internal.TypeDefinitionRegistryStandardImpl getTypeDefinitionRegistry()
      Specified by:
      getTypeDefinitionRegistry in interface org.hibernate.boot.spi.MetadataBuildingContext
    • getCurrentContributorName

      public String getCurrentContributorName()
      Specified by:
      getCurrentContributorName in interface org.hibernate.boot.spi.MetadataBuildingContext