Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
-
-
Uses of InFlightMetadataCollector in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement InFlightMetadataCollector Modifier and Type Class Description classInFlightMetadataCollectorImplThe implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorMetadataBuildingContextRootImpl. getMetadataCollector()Constructors in org.hibernate.boot.internal with parameters of type InFlightMetadataCollector Constructor Description MetadataBuildingContextRootImpl(String contributor, BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorMappingDocument. getMetadataCollector()Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type InFlightMetadataCollector Modifier and Type Method Description voidModelBinder.DelayedPropertyReferenceHandlerImpl. process(InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorMetadataBuildingContext. getMetadataCollector()Access to the collector of metadata as we build it.Methods in org.hibernate.boot.spi with parameters of type InFlightMetadataCollector Modifier and Type Method Description voidMetadataContributor. contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)Perform the contributions.voidInFlightMetadataCollector.DelayedPropertyReferenceHandler. process(InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorEnversMetadataBuildingContextImpl. getMetadataCollector()Constructors in org.hibernate.envers.boot.internal with parameters of type InFlightMetadataCollector Constructor Description EnversMetadataBuildingContextImpl(Configuration configuration, InFlightMetadataCollector metadataCollector, MappingCollector mappingCollector) -
Uses of InFlightMetadataCollector in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorMetadataBuildingContextTestingImpl. getMetadataCollector()
-