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

    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.
    Modifier and Type
    Method
    Description
    <T extends E>
    PluralJoin<Z,?,T>
    PluralJoin.treat(Class<T> type)
    Downcast the element type to the given type.