Uses of Class
org.hibernate.criterion.SubqueryExpression
-
Packages that use SubqueryExpression Package Description org.hibernate.criterion -
-
Uses of SubqueryExpression in org.hibernate.criterion
Subclasses of SubqueryExpression in org.hibernate.criterion Modifier and Type Class Description class
ExistsSubqueryExpression
Expression that checks the existence of rows in a sub-queryclass
PropertiesSubqueryExpression
A comparison between several properties value in the outer query and the result of a multicolumn subquery.class
PropertySubqueryExpression
A comparison between a property value in the outer query and the result of a subqueryclass
SimpleSubqueryExpression
A comparison between a constant value and the the result of a subquery
-