Uses of Interface
org.hibernate.query.criteria.JpaPluralExpression
Packages that use JpaPluralExpression
Package
Description
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 JpaPluralExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaPluralExpressionModifier and TypeMethodDescription<K, V, M extends Map<K,V>>
JpaPluralExpression<M, V> JpaPath.get(MapAttribute<? super T, K, V> map) <E, C extends Collection<E>>
JpaPluralExpression<C, E> JpaPath.get(PluralAttribute<? super T, C, E> collection) -
Uses of JpaPluralExpression in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaPluralExpression in org.hibernate.query.sqm.tree.domainClasses in org.hibernate.query.sqm.tree.domain that implement JpaPluralExpressionModifier and TypeClassDescriptionclassA plural-valued path selection produced by the plural collection functionselements(),values(),indices(), andkeys().classAn SqmPath for plural attribute paths