Uses of Interface
org.hibernate.metamodel.model.domain.PersistentAttribute
Packages that use PersistentAttribute
Package
Description
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of PersistentAttribute in org.hibernate.graph
Methods in org.hibernate.graph that return PersistentAttributeMethods in org.hibernate.graph with parameters of type PersistentAttributeModifier and TypeMethodDescription<AJ> AttributeNode<AJ>
Graph.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Add anAttributeNode
(with no associatedSubGraph
) to this container by attribute reference.<AJ> SubGraph<AJ>
Graph.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute) <AJ> SubGraph<? extends AJ>
Graph.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> type) <AJ> SubGraph<AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, AJ> attribute) Create and return a new (mutable)SubGraph
associated with theAttributeNode
for the given attribute.<AJ> SubGraph<? extends AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> type) <AJ> AttributeNode<AJ>
Graph.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Find an already existing AttributeNode by corresponding attribute reference, within this container. -
Uses of PersistentAttribute in org.hibernate.graph.internal
Methods in org.hibernate.graph.internal that return PersistentAttributeMethods in org.hibernate.graph.internal with parameters of type PersistentAttributeModifier and TypeMethodDescription<AJ> AttributeNodeImplementor<AJ>
AbstractGraph.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) Constructors in org.hibernate.graph.internal with parameters of type PersistentAttributeModifierConstructorDescriptionAttributeNodeImpl
(PersistentAttribute<X, J> attribute, boolean mutable) -
Uses of PersistentAttribute in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type PersistentAttributeModifier and TypeMethodDescription<AJ> AttributeNodeImplementor<AJ>
GraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
SubGraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) default <AJ> SubGraphImplementor<AJ>
GraphImplementor.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> subType) default <AJ> SubGraphImplementor<? extends AJ>
SubGraphImplementor.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> subType) default <AJ> SubGraphImplementor<AJ>
GraphImplementor.addSubGraph
(PersistentAttribute<? super J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor.addSubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> subType) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) -
Uses of PersistentAttribute in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return PersistentAttributeModifier and TypeMethodDescription<X,
Y> PersistentAttribute<X, Y> AttributeFactory.buildAttribute
(ManagedDomainType<X> ownerType, Property property) Build a normal attribute.static <X,
Y> PersistentAttribute<X, Y> AttributeFactory.buildAttribute
(ManagedDomainType<X> ownerType, Property property, MetadataContext metadataContext) -
Uses of PersistentAttribute in org.hibernate.metamodel.model.domain
Subinterfaces of PersistentAttribute in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterface
Hibernate extension to the JPACollectionAttribute
descriptorinterface
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,
K, V> Hibernate extension to the JPAMapAttribute
descriptorinterface
PluralPersistentAttribute<D,
C, E> Extension of the JPA-definedPluralAttribute
interface.interface
Hibernate extension to the JPASetAttribute
descriptorinterface
Extension of the JPA-definedSingularAttribute
interface.Methods in org.hibernate.metamodel.model.domain that return PersistentAttributeModifier and TypeMethodDescriptionPersistentAttribute<? super J,
?> AbstractManagedType.findAttribute
(String name) PersistentAttribute<? super J,
?> ManagedDomainType.findAttribute
(String name) PersistentAttribute<? super J,
?> AbstractManagedType.findAttributeInSuperTypes
(String name) PersistentAttribute<? super J,
?> ManagedDomainType.findAttributeInSuperTypes
(String name) PersistentAttribute<? super J,
?> AbstractManagedType.findConcreteGenericAttribute
(String name) PersistentAttribute<? super J,
?> ManagedDomainType.findConcreteGenericAttribute
(String name) AbstractManagedType.findDeclaredAttribute
(String name) ManagedDomainType.findDeclaredAttribute
(String name) AbstractManagedType.findDeclaredConcreteGenericAttribute
(String name) ManagedDomainType.findDeclaredConcreteGenericAttribute
(String name) PersistentAttribute<?,
?> AbstractManagedType.findSubTypesAttribute
(String name) PersistentAttribute<?,
?> ManagedDomainType.findSubTypesAttribute
(String name) PersistentAttribute<? super J,
?> AbstractManagedType.getAttribute
(String name) PersistentAttribute<? super J,
?> ManagedDomainType.getAttribute
(String name) AbstractManagedType.getDeclaredAttribute
(String name) ManagedDomainType.getDeclaredAttribute
(String name) Methods in org.hibernate.metamodel.model.domain that return types with arguments of type PersistentAttributeModifier and TypeMethodDescriptionList<? extends PersistentAttribute<? super J,
?>> AbstractIdentifiableType.findNaturalIdAttributes()
List<? extends PersistentAttribute<? super J,
?>> IdentifiableDomainType.findNaturalIdAttributes()
Methods in org.hibernate.metamodel.model.domain with parameters of type PersistentAttributeModifier and TypeMethodDescriptionvoid
AbstractManagedType.InFlightAccessImpl.addAttribute
(PersistentAttribute<J, ?> attribute) void
AbstractManagedType.InFlightAccessImpl.addConcreteGenericAttribute
(PersistentAttribute<J, ?> attribute) Method parameters in org.hibernate.metamodel.model.domain with type arguments of type PersistentAttributeModifier and TypeMethodDescriptionvoid
AbstractManagedType.visitAttributes
(Consumer<? super PersistentAttribute<? super J, ?>> action) void
ManagedDomainType.visitAttributes
(Consumer<? super PersistentAttribute<? super J, ?>> action) void
AbstractManagedType.visitDeclaredAttributes
(Consumer<? super PersistentAttribute<J, ?>> action) void
ManagedDomainType.visitDeclaredAttributes
(Consumer<? super PersistentAttribute<J, ?>> action) -
Uses of PersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement PersistentAttributeModifier and TypeClassDescriptionclass
AbstractAttribute<D,
J, B> Models the commonality of the JPAAttribute
hierarchy.class
AbstractPluralAttribute<D,
C, E> class
BagAttributeImpl<X,
E> class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
SetAttributeImpl<X,
E> class
static class
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
Subclass used to simply instantiation of singular attributes representing an entity's version.Methods in org.hibernate.metamodel.model.domain.internal that return PersistentAttributeModifier and TypeMethodDescriptionstatic <Y,
X> PersistentAttribute<X, Y> PluralAttributeBuilder.build
(PluralAttributeMetadata<?, Y, ?> attributeMetadata, boolean isGeneric, MetadataContext metadataContext) PersistentAttribute<? super J,
?> EntityTypeImpl.findAttribute
(String name) PersistentAttribute<? super J,
?> MappedSuperclassTypeImpl.findAttribute
(String name) Methods in org.hibernate.metamodel.model.domain.internal with parameters of type PersistentAttributeModifier and TypeMethodDescriptionvoid
AttributeContainer.InFlightAccess.addAttribute
(PersistentAttribute<J, ?> attribute) default void
AttributeContainer.InFlightAccess.addConcreteGenericAttribute
(PersistentAttribute<J, ?> idAttribute) default void
AttributeContainer.InFlightAccess.applyNaturalIdAttribute
(PersistentAttribute<J, ?> versionAttribute) -
Uses of PersistentAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return PersistentAttribute -
Uses of PersistentAttribute in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement PersistentAttributeModifier and TypeClassDescriptionclass
class
-
Uses of PersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return PersistentAttributeModifier and TypeMethodDescriptionPersistentAttribute<? super T,
?> SqmPolymorphicRootDescriptor.findAttribute
(String name) PersistentAttribute<? super T,
?> SqmPolymorphicRootDescriptor.findAttributeInSuperTypes
(String name) PersistentAttribute<? super T,
?> SqmPolymorphicRootDescriptor.findConcreteGenericAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredConcreteGenericAttribute
(String name) PersistentAttribute<?,
?> SqmPolymorphicRootDescriptor.findSubTypesAttribute
(String name) PersistentAttribute<? super L,
?> AbstractSqmAttributeJoin.getAttribute()
PersistentAttribute<? super O,
?> SqmPluralPartJoin.getAttribute()
PersistentAttribute<? super T,
?> SqmPolymorphicRootDescriptor.getAttribute
(String name) SqmPolymorphicRootDescriptor.getDeclaredAttribute
(String name) Methods in org.hibernate.query.sqm.tree.domain with parameters of type PersistentAttributeModifier and TypeMethodDescriptionprotected <X> SqmPath<X>
AbstractSqmPath.resolvePath
(PersistentAttribute<?, X> attribute) Method parameters in org.hibernate.query.sqm.tree.domain with type arguments of type PersistentAttributeModifier and TypeMethodDescriptionvoid
SqmPolymorphicRootDescriptor.visitAttributes
(Consumer<? super PersistentAttribute<? super T, ?>> action) void
SqmPolymorphicRootDescriptor.visitDeclaredAttributes
(Consumer<? super PersistentAttribute<T, ?>> action) -
Uses of PersistentAttribute in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return PersistentAttributeModifier and TypeMethodDescriptionPersistentAttribute<? super T,
?> SqmCrossJoin.getAttribute()
PersistentAttribute<? super T,
?> SqmCteJoin.getAttribute()
PersistentAttribute<? super T,
?> SqmDerivedJoin.getAttribute()
PersistentAttribute<? super L,
?> SqmEntityJoin.getAttribute()
PersistentAttribute<? super Object,
?> SqmFunctionJoin.getAttribute()