| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.predicate | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Method and Description |
|---|---|
ComparingPredicate.Type |
ComparingPredicate.getType() |
static ComparingPredicate.Type |
ComparingPredicate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparingPredicate.Type[] |
ComparingPredicate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComparingPredicate(Column<T,C> column,
T value,
ComparingPredicate.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PredicateSqlGenerator.convertComparingTypeToSqlOperator(ComparingPredicate.Type type) |
Copyright © 2017–2024. All rights reserved.