Class MetadataBuildingContextTestingImpl

  • All Implemented Interfaces:
    org.hibernate.boot.spi.MetadataBuildingContext

    public class MetadataBuildingContextTestingImpl
    extends java.lang.Object
    implements org.hibernate.boot.spi.MetadataBuildingContext
    • Constructor Detail

      • MetadataBuildingContextTestingImpl

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

      • 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
      • getMappingDefaults

        public org.hibernate.boot.spi.MappingDefaults getMappingDefaults()
        Specified by:
        getMappingDefaults 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
      • getClassLoaderAccess

        public org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
        Specified by:
        getClassLoaderAccess 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