类的使用
org.hibernate.criterion.SubqueryExpression
-
使用SubqueryExpression的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中SubqueryExpression的使用
org.hibernate.criterion中SubqueryExpression的子类 修饰符和类型 类 说明 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
-