public static enum RelationProperty.ReferentiaIntegrity extends Enum<RelationProperty.ReferentiaIntegrity>
Relation direction. So that is the action to be made when an
action occurs on source Entity.| Enum Constant and Description |
|---|
onDeleteCascade
|
onDeleteCascadeWhenOrphan
|
onDeleteKeep
|
| Modifier and Type | Method and Description |
|---|---|
static RelationProperty.ReferentiaIntegrity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationProperty.ReferentiaIntegrity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationProperty.ReferentiaIntegrity onDeleteCascadeWhenOrphan
public static final RelationProperty.ReferentiaIntegrity onDeleteCascade
public static final RelationProperty.ReferentiaIntegrity onDeleteKeep
public static RelationProperty.ReferentiaIntegrity[] values()
for (RelationProperty.ReferentiaIntegrity c : RelationProperty.ReferentiaIntegrity.values()) System.out.println(c);
public static RelationProperty.ReferentiaIntegrity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.