| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.context |
Provides contexts and settings used to build the criteria query statements.
|
| Modifier and Type | Field and Description |
|---|---|
JoinKind |
Join.kind |
| Modifier and Type | Method and Description |
|---|---|
static JoinKind |
JoinKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JoinKind[] |
JoinKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Join(EntityMetamodel<?> entityMetamodel,
JoinKind kind) |