Uses of Interface
org.hibernate.boot.spi.InFlightMetadataCollector
Packages that use InFlightMetadataCollector
Package
Description
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 TypeClassDescriptionclassThe 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) -
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 TypeMethodDescriptionvoidModelBinder.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 TypeMethodDescriptionvoidAdditionalMappingContributor.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.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 TypeMethodDescriptionvoidAdditionalMappingContributorImpl.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, MappingCollector mappingCollector) -
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.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionvoidHibernateSearchCompositeMappingProducer.contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)