Uses of Interface
jakarta.persistence.criteria.PluralJoin
-
Packages that use PluralJoin Package Description jakarta.persistence.criteria Jakarta Persistence Criteria API -
-
Uses of PluralJoin in jakarta.persistence.criteria
Subinterfaces of PluralJoin in jakarta.persistence.criteria Modifier and Type Interface Description interfaceCollectionJoin<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.
-