| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionType |
Relation.getSelectionType()
Gets the selection type.
|
static SelectionType |
SelectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionType[] |
SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionType |
RelationImpl.getSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationImpl.setSelectionType(SelectionType selectionType) |
Tentackle - a domain driven enterprise framework