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.DomainModelSourceMetadataBuildingProcess.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 TypeMethodDescriptionvoidAdditionalMappingContributor.contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext) Contribute the additional mappingsvoidInFlightMetadataCollector.DelayedPropertyReferenceHandler.process(InFlightMetadataCollector metadataCollector) -
Uses of InFlightMetadataCollector in org.hibernate.dialect.rowsecurity
Methods in org.hibernate.dialect.rowsecurity with parameters of type InFlightMetadataCollectorModifier and TypeMethodDescriptionvoidDB2RowLevelSecurity.addTenantIdTableInitCommands(InFlightMetadataCollector collector, Table table, Column tenantIdentifierColumn, Metadata metadata, RowLevelSecurity.TenantIdentifierSource tenantIdentifierSource) default voidRowLevelSecurity.addTenantIdTableInitCommands(InFlightMetadataCollector collector, Table table, Column tenantIdentifierColumn, Metadata metadata, RowLevelSecurity.TenantIdentifierSource tenantIdentifierSource) Register table initialization commands enforcing discriminator-based multitenancy via native row-level security.voidSQLServerRowLevelSecurity.addTenantIdTableInitCommands(InFlightMetadataCollector collector, Table table, Column tenantIdentifierColumn, Metadata metadata, RowLevelSecurity.TenantIdentifierSource tenantIdentifierSource) -
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)