Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
-
Packages that use InFlightMetadataCollector Package Description org.hibernate.boot.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.testing.boot -
-
Uses of InFlightMetadataCollector in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement InFlightMetadataCollector Modifier and Type Class Description class
InFlightMetadataCollectorImpl
The implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollector
MetadataBuildingContextRootImpl. 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 InFlightMetadataCollector
MappingDocument. getMetadataCollector()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type InFlightMetadataCollector Modifier and Type Method Description void
ModelBinder.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 InFlightMetadataCollector
MetadataBuildingContext. 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 void
AdditionalMappingContributor. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)
Contribute the additional mappingsvoid
MetadataContributor. 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.void
InFlightMetadataCollector.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 InFlightMetadataCollector
EnversMetadataBuildingContextImpl. getMetadataCollector()
Methods in org.hibernate.envers.boot.internal with parameters of type InFlightMetadataCollector Modifier and Type Method Description void
AdditionalMappingContributorImpl. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)
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.mapping
Methods in org.hibernate.mapping with parameters of type InFlightMetadataCollector Modifier and Type Method Description Column
Table. getColumn(InFlightMetadataCollector collector, String logicalName)
-
Uses of InFlightMetadataCollector in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return InFlightMetadataCollector Modifier and Type Method Description InFlightMetadataCollector
MetadataBuildingContextTestingImpl. getMetadataCollector()
-