| Package | Description |
|---|---|
| com.querydsl.core.types.dsl |
Operations represent typed operations with operator and arguments
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanOperation |
Expressions.booleanOperation(Operator operator,
Expression<?>... args)
Create a new Boolean operation
|
static BooleanOperation |
Expressions.predicate(Operator operator,
Expression<?>... args)
Create a new Predicate operation
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.