| Package | Description |
|---|---|
| com.eoscode.springapitools.data.filter |
| Modifier and Type | Method and Description |
|---|---|
JoinDefinition.JoinType |
JoinDefinition.getType() |
static JoinDefinition.JoinType |
JoinDefinition.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinDefinition.JoinType[] |
JoinDefinition.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinDefinition.setType(JoinDefinition.JoinType type) |
| Constructor and Description |
|---|
JoinDefinition(String field,
JoinDefinition.JoinType type,
boolean fetch) |
Copyright © 2020 com.github.eoscode. All rights reserved.