Uses of Interface
jakarta.persistence.criteria.PluralExpression
Packages that use PluralExpression
-
Uses of PluralExpression in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return PluralExpressionModifier and TypeMethodDescription<K, V, M extends Map<K,V>>
PluralExpression<M, V> Path.get(MapAttribute<? super X, K, V> map) Create a path corresponding to the referenced map-valued attribute.<E, C extends Collection<E>>
PluralExpression<C, E> Path.get(PluralAttribute<? super X, C, E> collection) Create a path corresponding to the referenced collection-valued attribute.