Uses of Interface
jakarta.persistence.criteria.PluralJoin

Packages that use PluralJoin
Package
Description
Jakarta Persistence Criteria API
  • Uses of PluralJoin in jakarta.persistence.criteria

    Modifier and Type
    Interface
    Description
    interface 
    The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a Collection.
    interface 
    The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a List.
    interface 
    MapJoin<Z,K,V>
    The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a Map.
    interface 
    SetJoin<Z,E>
    The SetJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a Set.