Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
-
Packages that use PluralPersistentAttribute Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.domain -
-
Uses of PluralPersistentAttribute in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type PluralPersistentAttribute Modifier and Type Method Description static <J> SimpleDomainType<J>
GraphHelper. resolveKeyTypeDescriptor(PluralPersistentAttribute attribute)
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain
Subinterfaces of PluralPersistentAttribute in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
BagPersistentAttribute<D,E>
Hibernate extension to the JPACollectionAttribute
descriptorinterface
ListPersistentAttribute<D,E>
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,K,V>
Hibernate extension to the JPAMapAttribute
descriptorinterface
SetPersistentAttribute<D,E>
Hibernate extension to the JPASetAttribute
descriptorMethods in org.hibernate.metamodel.model.domain that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<? super J,?,?>
AbstractManagedType. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<? super J,?,?>
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
Classes in org.hibernate.metamodel.model.domain.internal that implement PluralPersistentAttribute Modifier and Type Class Description class
AbstractPluralAttribute<D,C,E>
class
SetAttributeImpl<X,E>
-
Uses of PluralPersistentAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<? super O,C,E>
JpaPluralJoin. getAttribute()
-
Uses of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<? super T,?,?>
SqmPolymorphicRootDescriptor. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<? super T,?,?>
SqmPolymorphicRootDescriptor. findPluralAttribute(String name)
PluralPersistentAttribute<O,C,E>
AbstractSqmPluralJoin. getModel()
PluralPersistentAttribute<?,?,E>
SqmPluralValuedSimplePath. getNodeType()
PluralPersistentAttribute<?,?,T>
AbstractSqmSpecificPluralPartPath. getPluralAttribute()
PluralPersistentAttribute<?,?,T>
SqmIndexedCollectionAccessPath. getPluralAttribute()
PluralPersistentAttribute<O,C,E>
AbstractSqmPluralJoin. getReferencedPathSource()
PluralPersistentAttribute<?,?,E>
SqmPluralValuedSimplePath. getReferencedPathSource()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type PluralPersistentAttribute Constructor Description AbstractSqmPluralJoin(SqmFrom<?,O> lhs, PluralPersistentAttribute<O,C,E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)
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<?,?,T> referencedAttribute)
SqmPluralValuedSimplePath(NavigablePath navigablePath, PluralPersistentAttribute<?,?,E> referencedNavigable, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)
SqmPluralValuedSimplePath(NavigablePath navigablePath, PluralPersistentAttribute<?,?,E> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)
-