| Package | Description |
|---|---|
| io.ebean |
| Modifier and Type | Method and Description |
|---|---|
static Junction.Type |
Junction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Junction.Type[] |
Junction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Junction<T> |
ExpressionFactory.junction(Junction.Type type,
Query<T> query,
ExpressionList<T> parent)
Return a Text query junction for MUST, SHOULD or MUST NOT.
|
Copyright © 2019. All rights reserved.