Uses of Interface
jakarta.persistence.criteria.PluralJoin
Packages that use PluralJoin
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of PluralJoin in jakarta.persistence.criteria
Subinterfaces of PluralJoin in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceCollectionJoin<Z,E> TheCollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aCollection.interfaceListJoin<Z,E> TheListJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aList.interfaceMapJoin<Z,K, V> TheMapJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aMap.interfaceSetJoin<Z,E> TheSetJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aSet.Methods in jakarta.persistence.criteria that return PluralJoinModifier and TypeMethodDescription<T extends E>
PluralJoin<Z, ?, T> Downcast the element type to the given type.