Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
-
Packages that use InFlightMetadataCollector Package Description org.hibernate.boot.spi -
-
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)
-