Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
Package
Description
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.
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain
Modifier and TypeInterfaceDescriptioninterface
Hibernate extension to the JPACollectionAttribute
descriptorinterface
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,
K, V> Hibernate extension to the JPAMapAttribute
descriptorinterface
Hibernate extension to the JPASetAttribute
descriptorModifier and TypeMethodDescriptionAbstractManagedType.findDeclaredPluralAttribute
(String name) ManagedDomainType.findDeclaredPluralAttribute
(String name) PluralPersistentAttribute<? super J,
?, ?> AbstractManagedType.findPluralAttribute
(String name) PluralPersistentAttribute<? super J,
?, ?> ManagedDomainType.findPluralAttribute
(String name) -
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Modifier and TypeClassDescriptionclass
AbstractPluralAttribute<D,
C, E> class
BagAttributeImpl<X,
E> class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
SetAttributeImpl<X,
E> -
Uses of PluralPersistentAttribute in org.hibernate.query.criteria
Modifier and TypeMethodDescriptionPluralPersistentAttribute<? super O,
C, E> JpaPluralJoin.getAttribute()
-
Uses of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Modifier and TypeMethodDescriptionSqmPolymorphicRootDescriptor.findDeclaredPluralAttribute
(String name) PluralPersistentAttribute<? super T,
?, ?> SqmPolymorphicRootDescriptor.findPluralAttribute
(String name) AbstractSqmPluralJoin.getModel()
SqmPluralValuedSimplePath.getModel()
SqmPluralValuedSimplePath.getNodeType()
PluralPersistentAttribute<?,
?, ?> AbstractSqmSpecificPluralPartPath.getPluralAttribute()
SqmIndexedCollectionAccessPath.getPluralAttribute()
SqmPluralValuedSimplePath.getReferencedPathSource()
ModifierConstructorDescriptionAbstractSqmPluralJoin
(SqmFrom<?, O> lhs, PluralPersistentAttribute<O, C, E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protected
AbstractSqmPluralJoin
(SqmFrom<?, O> lhs, NavigablePath navigablePath, PluralPersistentAttribute<O, C, E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) AbstractSqmSpecificPluralPartPath
(NavigablePath navigablePath, SqmPath<?> pluralDomainPath, PluralPersistentAttribute<?, ?, ?> referencedAttribute, SqmPathSource<T> pathSource) SqmPluralValuedSimplePath
(NavigablePath navigablePath, PluralPersistentAttribute<?, ?, E> referencedNavigable, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath
(NavigablePath navigablePath, PluralPersistentAttribute<?, ?, E> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)