public interface AssociationOption
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssociationOption.Kind |
| Modifier and Type | Method and Description |
|---|---|
static AssociationOption |
mandatory()
Indicates that the related join operation is mandatory.
|
static AssociationOption |
optional()
Indicates that the related join operation is optional.
|
static AssociationOption mandatory()
static AssociationOption optional()