Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
-
Packages that use InFlightMetadataCollector Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
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 voidAdditionalMappingContributor. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)Contribute the additional mappingsvoidMetadataContributor. contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)Deprecated, for removal: This API element is subject to removal in a future version.Perform the contributions.voidInFlightMetadataCollector.DelayedPropertyReferenceHandler. process(InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type InFlightMetadataCollector Modifier and Type Method Description ColumnTable. getColumn(InFlightMetadataCollector collector, String logicalName)
-