|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IdentityFixerMergePolicy.UpdatePolicy>
ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy.UpdatePolicy
public static enum IdentityFixerMergePolicy.UpdatePolicy
This enumeration describes how the identity fixer should handle object updates.
Enum Constant Summary | |
---|---|
NO_UPDATE
Only complement the identity fixer representatives, no update of the old objects. |
|
UPDATE_ALL
Update all the objects. |
|
UPDATE_CHOSEN
Update the specified objects only, do not touch the others. |
Method Summary | |
---|---|
static IdentityFixerMergePolicy.UpdatePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdentityFixerMergePolicy.UpdatePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IdentityFixerMergePolicy.UpdatePolicy NO_UPDATE
public static final IdentityFixerMergePolicy.UpdatePolicy UPDATE_CHOSEN
public static final IdentityFixerMergePolicy.UpdatePolicy UPDATE_ALL
Method Detail |
---|
public static IdentityFixerMergePolicy.UpdatePolicy[] values()
for (IdentityFixerMergePolicy.UpdatePolicy c : IdentityFixerMergePolicy.UpdatePolicy.values()) System.out.println(c);
public static IdentityFixerMergePolicy.UpdatePolicy valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |