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

public interface SubquerySupport<T> extends Subquery<T>
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