Uses of Interface
org.hibernate.metamodel.mapping.AttributeMapping
-
Packages that use AttributeMapping Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.persister.internal org.hibernate.query.derived org.hibernate.query.internal org.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.sql.results.graph -
-
Uses of AttributeMapping in org.hibernate.metamodel.mapping
Subinterfaces of AttributeMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute.Methods in org.hibernate.metamodel.mapping that return AttributeMapping Modifier and Type Method Description default AttributeMapping
AttributeMapping. asAttributeMapping()
default AttributeMapping
EntityVersionMapping. asAttributeMapping()
default AttributeMapping
ModelPart. asAttributeMapping()
default AttributeMapping
ManagedMappingType. findAttributeMapping(String name)
Find an attribute by name.AttributeMapping
EntityMappingType. findDeclaredAttributeMapping(String name)
Find an attribute-mapping, declared on this entity mapping (not super or subs), by namedefault AttributeMapping
EntityMappingType. getAttributeMapping(int position)
Retrieve an attribute mapping by position, relative to all attributesAttributeMapping
ManagedMappingType. getAttributeMapping(int position)
Retrieve an attribute by its contributor positionMethod parameters in org.hibernate.metamodel.mapping with type arguments of type AttributeMapping Modifier and Type Method Description default Object[]
EntityMappingType. extractConcreteTypeStateValues(Map<AttributeMapping,DomainResultAssembler> assemblerMapping, RowProcessingState rowProcessingState)
Deprecated, for removal: This API element is subject to removal in a future version.default void
EntityMappingType. forEachAttributeMapping(Consumer<? super AttributeMapping> action)
Visit each attribute mappingvoid
ManagedMappingType. forEachAttributeMapping(Consumer<? super AttributeMapping> action)
Visit attributes defined on this class and any supersdefault void
ManagedMappingType. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
Visit attributes defined on this class and any supersdefault void
EntityMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action, EntityMappingType targetType)
Visit the mappings, but limited to just attributes defined in the targetType or its super-type(s) if any.void
EntityMappingType. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action)
Visit attributes defined on this class - do not visit attributes defined on the superdefault void
EntityMappingType. visitSubTypeAttributeMappings(Consumer<? super AttributeMapping> action)
Walk this type's attributes as well as its sub-type'sdefault void
EntityMappingType. visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping> action)
Walk this type's attributes as well as its super-type's -
Uses of AttributeMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement AttributeMapping Modifier and Type Class Description class
AbstractAttributeMapping
class
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
BasicAttributeMapping
class
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
EmbeddedAttributeMapping
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
Methods in org.hibernate.metamodel.mapping.internal that return AttributeMapping Modifier and Type Method Description AttributeMapping
SimpleNaturalIdMapping. asAttributeMapping()
AttributeMapping
EmbeddableMappingTypeImpl. findAttributeMapping(String name)
AttributeMapping
VirtualIdEmbeddable. findAttributeMapping(String name)
AttributeMapping
EmbeddableMappingTypeImpl. getAttributeMapping(int position)
AttributeMapping
IdClassEmbeddable. getAttributeMapping(int position)
AttributeMapping
VirtualIdEmbeddable. getAttributeMapping(int position)
-
Uses of AttributeMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return AttributeMapping Modifier and Type Method Description AttributeMapping
AbstractEntityPersister. findAttributeMapping(String name)
AttributeMapping
AbstractEntityPersister. findDeclaredAttributeMapping(String name)
AttributeMapping
AttributeMappingsList. get(int i)
AttributeMapping
AttributeMappingsMap. get(String name)
AttributeMapping
AbstractEntityPersister. getAttributeMapping(int position)
default AttributeMapping
EntityPersister. getAttributeMapping(int position)
Methods in org.hibernate.persister.entity that return types with arguments of type AttributeMapping Modifier and Type Method Description Iterable<AttributeMapping>
AttributeMappingsMap. valueIterator()
Methods in org.hibernate.persister.entity with parameters of type AttributeMapping Modifier and Type Method Description void
AttributeMappingsMap.Builder. put(String name, AttributeMapping mapping)
Method parameters in org.hibernate.persister.entity with type arguments of type AttributeMapping Modifier and Type Method Description void
AttributeMappingsList. forEach(Consumer<? super AttributeMapping> attributeMappingConsumer)
void
AbstractEntityPersister. forEachAttributeMapping(Consumer<? super AttributeMapping> action)
void
AbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
void
AttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)
void
AttributeMappingsList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
void
AbstractEntityPersister. visitAttributeMappings(Consumer<? super AttributeMapping> action, EntityMappingType targetType)
void
AbstractEntityPersister. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action)
void
AbstractEntityPersister. visitSubTypeAttributeMappings(Consumer<? super AttributeMapping> action)
void
AbstractEntityPersister. visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping> action)
-
Uses of AttributeMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return AttributeMapping Modifier and Type Method Description AttributeMapping
AttributeAnalysis. getAttribute()
The attribute analyzed hereMethods in org.hibernate.persister.entity.mutation with parameters of type AttributeMapping Modifier and Type Method Description void
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. finishedAttribute(AttributeMapping attribute)
boolean
UpdateCoordinatorStandard.DirtinessChecker. isDirty(int position, AttributeMapping attribute)
void
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. startingAttribute(AttributeMapping attribute)
Callback at start of processing an attribute -
Uses of AttributeMapping in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal that return AttributeMapping Modifier and Type Method Description AttributeMapping
EmptyAttributeMappingsMap. get(String name)
AttributeMapping
ImmutableAttributeMappingList. get(int i)
AttributeMapping
ImmutableAttributeMappingsMap. get(String name)
AttributeMapping
MutableAttributeMappingList. get(int idx)
Deprecated.Methods in org.hibernate.persister.internal that return types with arguments of type AttributeMapping Modifier and Type Method Description Iterator<AttributeMapping>
ImmutableAttributeMappingList. iterator()
Iterator<AttributeMapping>
MutableAttributeMappingList. iterator()
Deprecated.Iterable<AttributeMapping>
EmptyAttributeMappingsMap. valueIterator()
Iterable<AttributeMapping>
ImmutableAttributeMappingsMap. valueIterator()
Methods in org.hibernate.persister.internal with parameters of type AttributeMapping Modifier and Type Method Description void
ImmutableAttributeMappingList.Builder. add(AttributeMapping attributeMapping)
void
MutableAttributeMappingList. add(AttributeMapping attributeMapping)
Deprecated.void
MutableAttributeMappingList. setAttributeMapping(int i, AttributeMapping attributeMapping)
Deprecated.Method parameters in org.hibernate.persister.internal with type arguments of type AttributeMapping Modifier and Type Method Description void
ImmutableAttributeMappingList. forEach(Consumer<? super AttributeMapping> attributeMappingConsumer)
void
MutableAttributeMappingList. forEach(Consumer<? super AttributeMapping> consumer)
Deprecated.void
EmptyAttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)
void
ImmutableAttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)
void
ImmutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
void
MutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
Deprecated.Constructor parameters in org.hibernate.persister.internal with type arguments of type AttributeMapping Constructor Description ImmutableAttributeMappingsMap(LinkedHashMap<String,AttributeMapping> sortedSource)
-
Uses of AttributeMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMapping Modifier and Type Method Description AttributeMapping
AnonymousTupleEntityValuedModelPart. findDeclaredAttributeMapping(String name)
AttributeMapping
AnonymousTupleEmbeddableValuedModelPart. getAttributeMapping(int position)
AttributeMapping
AnonymousTupleEntityValuedModelPart. getAttributeMapping(int position)
Method parameters in org.hibernate.query.derived with type arguments of type AttributeMapping Modifier and Type Method Description void
AnonymousTupleEmbeddableValuedModelPart. forEachAttributeMapping(Consumer<? super AttributeMapping> action)
void
AnonymousTupleEntityValuedModelPart. forEachAttributeMapping(Consumer<? super AttributeMapping> action)
void
AnonymousTupleEntityValuedModelPart. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action)
-
Uses of AttributeMapping in org.hibernate.query.internal
Constructors in org.hibernate.query.internal with parameters of type AttributeMapping Constructor Description ImplicitAttributeFetchMemento(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
Uses of AttributeMapping in org.hibernate.query.results
Constructors in org.hibernate.query.results with parameters of type AttributeMapping Constructor Description ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
Uses of AttributeMapping in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return AttributeMapping Modifier and Type Method Description default AttributeMapping
Fetchable. asAttributeMapping()
Methods in org.hibernate.sql.results.graph with parameters of type AttributeMapping Modifier and Type Method Description default boolean
Initializer. isAttributeAssignableToConcreteDescriptor(FetchParentAccess parentAccess, AttributeMapping referencedModelPart)
-