Interface Subquery<T>

Type Parameters:
T - the type of the selection item.
All Superinterfaces:
AbstractQuery<T>, CommonAbstractCriteria, Expression<T>, Selection<T>, TupleElement<T>

public interface Subquery<T> extends AbstractQuery<T>, Expression<T>
The Subquery interface defines functionality that is specific to subqueries.

A subquery has an expression as its selection item.

Since:
2.0