| Package | Description |
|---|---|
| net.ideahut.springboot.crud |
| Modifier and Type | Method and Description |
|---|---|
static Logical |
Logical.of(String value) |
static Logical |
Logical.of(String value,
Logical defaultValue) |
static Logical |
Logical.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logical[] |
Logical.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.of(Logical logical,
String field,
Condition condition,
Object... values) |
static Logical |
Logical.of(String value,
Logical defaultValue) |
Filter |
Filter.setLogical(Logical logical) |
Copyright © 2024. All rights reserved.