Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
-
Packages that use InFlightMetadataCollector Package Description org.hibernate.boot.spi org.hibernate.testing.boot -
-
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.testing.boot
Methods in org.hibernate.testing.boot that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollectorMetadataBuildingContextTestingImpl. getMetadataCollector()
-