Interface SetJoinSupport<Z,E>
- Type Parameters:
Z- the source type of the joinE- the element type of the targetSet
- All Superinterfaces:
Expression<E>,FetchParent<Z,,E> From<Z,,E> Join<Z,,E> Path<E>,PluralJoin<Z,,Set<E>, E> Selection<E>,SetJoin<Z,,E> TupleElement<E>
- All Known Implementing Classes:
SetAttributeJoin,SetAttributeJoin.TreatedSetAttributeJoin
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
- Since:
- 1.3.0
- Author:
- Christian Beikov
-
Method Summary
Methods inherited from interface javax.persistence.criteria.Expression
as, in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.FetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface javax.persistence.criteria.From
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetMethods inherited from interface javax.persistence.criteria.Join
getAttribute, getJoinType, getParentMethods inherited from interface javax.persistence.criteria.Path
get, get, get, get, getParentPath, typeMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Method Details
-
on
-
on
-