Uses of Interface
jakarta.persistence.criteria.PluralJoin
Packages that use PluralJoin
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
-
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 ajava.util.Collection.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 ajava.util.List.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 ajava.util.Map.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 ajava.util.Set. -
Uses of PluralJoin in org.hibernate.query.criteria
Subinterfaces of PluralJoin in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceJpaCollectionJoin<O,T> Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaListJoin<O,T> interfaceJpaMapJoin<O,K, V> interfaceJpaPluralJoin<O,C, E> interfaceJpaSetJoin<O,T> -
Uses of PluralJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement PluralJoinModifier and TypeClassDescriptionclassAbstractSqmPluralJoin<O,C, E> classSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassSqmCorrelatedMapJoin<O,K, V> classSqmCorrelatedSetJoin<O,T> classSqmListJoin<O,E> classSqmMapJoin<O,K, V> classSqmSetJoin<O,E> classSqmTreatedBagJoin<O,T, S extends T> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<O,K, V, S extends V> classSqmTreatedSetJoin<O,T, S extends T>