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 classExistsSubqueryExpressionExpression that checks the existence of rows in a sub-queryclassPropertiesSubqueryExpressionA comparison between several properties value in the outer query and the result of a multicolumn subquery.classPropertySubqueryExpressionA comparison between a property value in the outer query and the result of a subqueryclassSimpleSubqueryExpressionA comparison between a constant value and the the result of a subquery
-