Interface SubquerySupport<T>
- Type Parameters:
T- The type of the selection item
- All Superinterfaces:
AbstractQuery<T>,Expression<T>,Selection<T>,Subquery<T>,TupleElement<T>
- All Known Implementing Classes:
SubqueryExpression
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.AbstractQuery
from, from, getGroupList, getGroupRestriction, getRestriction, getResultType, getRoots, isDistinct, subqueryMethods inherited from interface javax.persistence.criteria.Expression
as, in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.criteria.Subquery
correlate, correlate, correlate, correlate, correlate, correlate, distinct, getCorrelatedJoins, getParent, getSelection, groupBy, groupBy, having, having, select, where, whereMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Method Details
-
getContainingQuery
CommonAbstractCriteria getContainingQuery()
-