Uses of Class
org.hibernate.criterion.LogicalExpression
-
Packages that use LogicalExpression Package Description org.hibernate.criterion -
-
Uses of LogicalExpression in org.hibernate.criterion
Methods in org.hibernate.criterion that return LogicalExpression Modifier and Type Method Description static LogicalExpressionRestrictions. and(Criterion lhs, Criterion rhs)Return the conjuction of two expressionsstatic LogicalExpressionRestrictions. or(Criterion lhs, Criterion rhs)Return the disjuction of two expressions
-