Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
-
Packages that use PluralPersistentAttribute Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.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 interfaceBagPersistentAttribute<D,E>Hibernate extension to the JPACollectionAttributedescriptorinterfaceListPersistentAttribute<D,E>Hibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K,V>Hibernate extension to the JPAMapAttributedescriptorinterfaceSetPersistentAttribute<D,E>Hibernate extension to the JPASetAttributedescriptorMethods 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)PluralPersistentAttributeAbstractManagedType. 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 classAbstractPluralAttribute<D,C,E>classSetAttributeImpl<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)
-