Class SubqueryFunction

java.lang.Object
com.blazebit.persistence.impl.function.subquery.SubqueryFunction
All Implemented Interfaces:
JpqlFunction

public class SubqueryFunction extends Object implements JpqlFunction
This is an internal FUNCTION that is used to bypass the Hibernate parser for rendering subqueries as aggregate function arguments.
Since:
1.2.0
Author:
Moritz Becker