Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
Packages that use PluralPersistentAttribute
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
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
Subinterfaces of PluralPersistentAttribute in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPACollectionAttributedescriptorinterfaceHibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K, V> Hibernate extension to the JPAMapAttributedescriptorinterfaceHibernate extension to the JPASetAttributedescriptorMethods in org.hibernate.metamodel.model.domain that return PluralPersistentAttributeModifier and TypeMethodDescription@Nullable PluralPersistentAttribute<J, ?, ?> ManagedDomainType.findDeclaredPluralAttribute(String name) @Nullable PluralPersistentAttribute<? super J, ?, ?> ManagedDomainType.findPluralAttribute(String name) -
Uses of PluralPersistentAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return PluralPersistentAttributeModifier and TypeMethodDescription@NonNull PluralPersistentAttribute<? super O, C, E> JpaPluralJoin.getAttribute() -
Uses of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceSqmMapPersistentAttribute<D,K, V> interfaceSqmPluralPersistentAttribute<D,C, E> interfaceMethods in org.hibernate.query.sqm.tree.domain that return PluralPersistentAttributeModifier and TypeMethodDescriptionPluralPersistentAttribute<?, ?, ?> AbstractSqmSpecificPluralPartPath.getPluralAttribute()SqmIndexedCollectionAccessPath.getPluralAttribute()SqmPluralValuedSimplePath.getPluralAttribute()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type PluralPersistentAttributeModifierConstructorDescriptionprotectedAbstractSqmPluralJoin(SqmFrom<?, L> lhs, NavigablePath navigablePath, PluralPersistentAttribute<L, C, E> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) AbstractSqmSpecificPluralPartPath(NavigablePath navigablePath, SqmPluralValuedSimplePath<?> pluralDomainPath, PluralPersistentAttribute<?, ?, ?> referencedAttribute, SqmPathSource<T> pathSource)