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.internal
Classes in org.hibernate.boot.internal that implement InFlightMetadataCollectorModifier and TypeClassDescriptionclass
The implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return InFlightMetadataCollectorConstructors in org.hibernate.boot.internal with parameters of type InFlightMetadataCollectorModifierConstructorDescriptionMetadataBuildingContextRootImpl
(String contributor, BootstrapContext bootstrapContext, MetadataBuildingOptions options, InFlightMetadataCollector metadataCollector, RootMappingDefaults mappingDefaults) -
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 DomainModelSource
MetadataBuildingProcess.processManagedResources
(ManagedResources managedResources, InFlightMetadataCollector metadataCollector, BootstrapContext bootstrapContext, MappingDefaults optionDefaults) -
Uses of InFlightMetadataCollector in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return InFlightMetadataCollectorMethods in org.hibernate.boot.model.source.internal.hbm with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionvoid
ModelBinder.DelayedPropertyReferenceHandlerImpl.process
(InFlightMetadataCollector metadataCollector) -
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.boot.internal
Methods in org.hibernate.envers.boot.internal that return InFlightMetadataCollectorMethods in org.hibernate.envers.boot.internal with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionvoid
AdditionalMappingContributorImpl.contribute
(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext) Constructors in org.hibernate.envers.boot.internal with parameters of type InFlightMetadataCollectorModifierConstructorDescriptionEnversMetadataBuildingContextImpl
(Configuration configuration, InFlightMetadataCollector metadataCollector, EffectiveMappingDefaults effectiveMappingDefaults, MappingCollector mappingCollector) -
Uses of InFlightMetadataCollector in org.hibernate.envers.configuration
Constructors in org.hibernate.envers.configuration with parameters of type InFlightMetadataCollectorModifierConstructorDescriptionConfiguration
(Properties properties, EnversService enversService, InFlightMetadataCollector metadata) -
Uses of InFlightMetadataCollector in org.hibernate.envers.configuration.internal
Constructors in org.hibernate.envers.configuration.internal with parameters of type InFlightMetadataCollectorModifierConstructorDescriptionRevisionInfoConfiguration
(Configuration config, 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) -
Uses of InFlightMetadataCollector in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return InFlightMetadataCollector -
Uses of InFlightMetadataCollector in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement InFlightMetadataCollectorMethods in org.hibernate.testing.orm.junit that return InFlightMetadataCollectorModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getMetadataCollector()