类的使用
org.hibernate.criterion.LogicalExpression
-
使用LogicalExpression的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中LogicalExpression的使用
返回LogicalExpression的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 static LogicalExpressionRestrictions. and(Criterion lhs, Criterion rhs)Return the conjunction of two expressionsstatic LogicalExpressionRestrictions. or(Criterion lhs, Criterion rhs)Return the disjunction of two expressions
-