protected class AbstractHibernateCriteriaBuilder.LogicalExpression extends Object
instances of this class are pushed onto the logicalExpressionStack to represent all the unfinished "and", "or", and "not" expressions.
| Constructor and description |
|---|
LogicalExpression(Object name) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Junction |
buildJunction(Junction junction, List<Criterion> criterions) |
|
public Criterion |
toCriterion() |