Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
Packages that use InFlightMetadataCollector
Package
Description
Defines an SPI used during the process of transforming
mapping sources into
the
Metadata
reference.A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
-
Uses of InFlightMetadataCollector in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionstatic org.hibernate.boot.model.source.internal.annotations.DomainModelSource
MetadataBuildingProcess.processManagedResources
(ManagedResources managedResources, InFlightMetadataCollector metadataCollector, BootstrapContext bootstrapContext, MappingDefaults optionDefaults) -
Uses of InFlightMetadataCollector in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return InFlightMetadataCollectorModifier and TypeMethodDescriptionMetadataBuildingContext.getMetadataCollector()
Access to the collector of metadata as we build it.Methods in org.hibernate.boot.spi with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionvoid
AdditionalMappingContributor.contribute
(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext) Contribute the additional mappingsvoid
InFlightMetadataCollector.DelayedPropertyReferenceHandler.process
(InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.envers.configuration
Constructors in org.hibernate.envers.configuration with parameters of type InFlightMetadataCollectorModifierConstructorDescriptionConfiguration
(Properties properties, org.hibernate.envers.boot.internal.EnversService enversService, InFlightMetadataCollector metadata) -
Uses of InFlightMetadataCollector in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionTable.getColumn
(InFlightMetadataCollector collector, String logicalName)