| Package | Description |
|---|---|
| io.konig.dao.core |
| Modifier and Type | Method and Description |
|---|---|
ConstraintOperator |
PredicateConstraint.getOperator() |
static ConstraintOperator |
ConstraintOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintOperator[] |
ConstraintOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PredicateConstraint.Builder |
PredicateConstraint.Builder.setOperator(ConstraintOperator operator) |
| Constructor and Description |
|---|
PredicateConstraint(String propertyName,
ConstraintOperator operator,
Object value) |
Copyright © 2019. All rights reserved.