Uses of Interface
org.hibernate.metamodel.mapping.AuxiliaryMapping
Packages that use AuxiliaryMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Extension point for customized state management,
enabling functionality such as soft delete, temporal
data, and audit logging.
AST nodes representing root tables and joins in a SQL tree.
-
Uses of AuxiliaryMapping in org.hibernate.metamodel.mapping
Subinterfaces of AuxiliaryMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMetadata about audit log tables for entities and collections enabled for audit logging.interfaceMetadata about the indicator column for entities and collections enabled for soft deleteinterfaceMetadata about temporal columns for entities enabled for temporal history.Methods in org.hibernate.metamodel.mapping that return AuxiliaryMappingModifier and TypeMethodDescriptiondefault AuxiliaryMappingEntityMappingType.getAuxiliaryMapping() -
Uses of AuxiliaryMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return AuxiliaryMapping -
Uses of AuxiliaryMapping in org.hibernate.persister.state.spi
Methods in org.hibernate.persister.state.spi that return AuxiliaryMappingModifier and TypeMethodDescriptionStateManagement.createAuxiliaryMapping(PluralAttributeMapping pluralAttributeMapping, Collection bootDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) StateManagement.createAuxiliaryMapping(EntityPersister persister, RootClass bootDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) -
Uses of AuxiliaryMapping in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type AuxiliaryMappingModifier and TypeMethodDescriptionvoidNamedTableReference.applyAuxiliaryTable(AuxiliaryMapping mapping, LoadQueryInfluencers influencers)