Uses of Interface
org.hibernate.metamodel.mapping.SingularAttributeMapping
Packages that use SingularAttributeMapping
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).
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of SingularAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return types with arguments of type SingularAttributeMappingModifier and TypeMethodDescriptionNaturalIdMapping.getNaturalIdAttributes()
The attribute(s) making up the natural-id.Method parameters in org.hibernate.metamodel.mapping with type arguments of type SingularAttributeMappingModifier and TypeMethodDescriptiondefault void
NonAggregatedIdentifierMapping.IdentifierValueMapper.forEachAttribute
(org.hibernate.internal.util.IndexedConsumer<SingularAttributeMapping> consumer) Convenience method to iterate the attributes for this mapper's representation -
Uses of SingularAttributeMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type SingularAttributeMappingModifier and TypeMethodDescriptionboolean
UpdateCoordinatorStandard.InclusionChecker.include
(int position, SingularAttributeMapping attribute)