Uses of Interface
org.hibernate.metamodel.mapping.AttributeMapping
-
Packages that use AttributeMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity 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
ModelPart. asAttributeMapping()
default AttributeMapping
ManagedMappingType. findAttributeMapping(String name)
AttributeMapping
EntityMappingType. findDeclaredAttributeMapping(String name)
default AttributeMapping
EntityMappingType. getAttributeMapping(int position)
AttributeMapping
ManagedMappingType. getAttributeMapping(int position)
Retrieve an attribute by its contributor positionMethods in org.hibernate.metamodel.mapping that return types with arguments of type AttributeMapping Modifier and Type Method Description default List<AttributeMapping>
EntityMappingType. getAttributeMappings()
List<AttributeMapping>
ManagedMappingType. getAttributeMappings()
Get access to the attributes defined on this class and any supersCollection<AttributeMapping>
EntityMappingType. getDeclaredAttributeMappings()
Get access to the attributes defined on this class - do not access attributes defined on the superMethod 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
ManagedMappingType. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
Visit attributes defined on this class and any supersdefault void
EntityMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action)
default 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
ManagedMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action)
Visit attributes defined on this class and any supersvoid
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
EmbeddableMappingTypeImpl. findAttributeMapping(String name)
AttributeMapping
VirtualIdEmbeddable. findAttributeMapping(String name)
AttributeMapping
EmbeddableMappingTypeImpl. getAttributeMapping(int position)
AttributeMapping
IdClassEmbeddable. getAttributeMapping(int position)
AttributeMapping
VirtualIdEmbeddable. getAttributeMapping(int position)
Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>
EmbeddableMappingTypeImpl. getAttributeMappings()
List<AttributeMapping>
IdClassEmbeddable. getAttributeMappings()
List<AttributeMapping>
VirtualIdEmbeddable. getAttributeMappings()
Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type AttributeMapping Modifier and Type Method Description protected static boolean
AbstractEmbeddableMapping. finishInitialization(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess)
void
EmbeddableMappingTypeImpl. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
void
IdClassEmbeddable. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
void
VirtualIdEmbeddable. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
protected static boolean
AbstractEmbeddableMapping. inverseInitializeCallback(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, List<? extends AttributeMapping> attributeMappings)
void
EmbeddableMappingTypeImpl. visitAttributeMappings(Consumer<? super AttributeMapping> action)
void
IdClassEmbeddable. visitAttributeMappings(Consumer<? super AttributeMapping> action)
void
VirtualIdEmbeddable. visitAttributeMappings(Consumer<? super AttributeMapping> action)
-
Uses of AttributeMapping in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity with type parameters of type AttributeMapping Modifier and Type Field Description protected Map<String,AttributeMapping>
AbstractEntityPersister. declaredAttributeMappings
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
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 List<AttributeMapping>
AbstractEntityPersister. getAttributeMappings()
Collection<AttributeMapping>
AbstractEntityPersister. getDeclaredAttributeMappings()
Method parameters in org.hibernate.persister.entity with type arguments of type AttributeMapping Modifier and Type Method Description void
AbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
void
AbstractEntityPersister. visitAttributeMappings(Consumer<? super AttributeMapping> action)
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.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)
Methods in org.hibernate.query.derived that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>
AnonymousTupleEmbeddableValuedModelPart. getAttributeMappings()
List<AttributeMapping>
AnonymousTupleEntityValuedModelPart. getAttributeMappings()
Collection<AttributeMapping>
AnonymousTupleEntityValuedModelPart. getDeclaredAttributeMappings()
Method parameters in org.hibernate.query.derived with type arguments of type AttributeMapping Modifier and Type Method Description void
AnonymousTupleEmbeddableValuedModelPart. visitAttributeMappings(Consumer<? super AttributeMapping> action)
void
AnonymousTupleEntityValuedModelPart. visitAttributeMappings(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)
-