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.
Support for mutable result/fetch builder graphs nodes built dynamically.
-
Uses of SingularAttributeMapping in org.hibernate.loader.ast.internal
Constructors in org.hibernate.loader.ast.internal with parameters of type SingularAttributeMappingModifierConstructorDescriptionSingleUniqueKeyEntityLoaderStandard
(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute, LoadQueryInfluencers loadQueryInfluencers) -
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
(IndexedConsumer<SingularAttributeMapping> consumer) Convenience method to iterate the attributes for this mapper's representation -
Uses of SingularAttributeMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SingularAttributeMappingModifier and TypeClassDescriptionclass
class
class
Singular, any-valued attributeclass
class
The inverse part of a "non-aggregated" composite identifier.class
class
Methods in org.hibernate.metamodel.mapping.internal that return SingularAttributeMappingModifier and TypeMethodDescriptionSimpleNaturalIdMapping.getAttribute()
MutableAttributeMappingList.getSingularAttributeMapping
(int idx) Deprecated.should be removedMethods in org.hibernate.metamodel.mapping.internal that return types with arguments of type SingularAttributeMappingModifier and TypeMethodDescriptionCompoundNaturalIdMapping.getNaturalIdAttributes()
SimpleNaturalIdMapping.getNaturalIdAttributes()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type SingularAttributeMappingModifierConstructorDescriptionSimpleNaturalIdMapping
(SingularAttributeMapping attribute, EntityMappingType declaringType, MappingModelCreationProcess creationProcess) Constructor parameters in org.hibernate.metamodel.mapping.internal with type arguments of type SingularAttributeMappingModifierConstructorDescriptionCompoundNaturalIdMapping
(EntityMappingType declaringType, List<SingularAttributeMapping> attributes, MappingModelCreationProcess creationProcess) -
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) -
Uses of SingularAttributeMapping in org.hibernate.query.results.internal.dynamic
Constructors in org.hibernate.query.results.internal.dynamic with parameters of type SingularAttributeMappingModifierConstructorDescriptionDynamicResultBuilderAttribute
(SingularAttributeMapping attributeMapping, String columnAlias, String entityName, String attributePath)