The Subquery interface defines functionality that is specific to subqueries. A subquery has an expression as its selection item.
@param < T> the type of the selection item.
@since Java Persistence 2.0
A representation of a non-correlated subquery. This component uses composition to hold the various types of QueryCommand objects, rather than inheriting from StaticOperand and QueryCommand.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.