| Package | Description |
|---|---|
| com.holonplatform.core.datastore.relational |
| Modifier and Type | Method and Description |
|---|---|
Join.JoinType |
Join.getJoinType()
Get the
Join.JoinType. |
static Join.JoinType |
Join.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.JoinType[] |
Join.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Join.JoinBuilder<T> |
RelationalTarget.join(DataTarget<?> target,
Join.JoinType type)
Add a join clause using given
target as join destination. |
Copyright © 2019 The Holon Platform. All rights reserved.