public enum RevisionType extends Enum<RevisionType>
| Modifier and Type | Method and Description |
|---|---|
static RevisionType |
fromInternal(org.hibernate.envers.RevisionType t)
Translates the Envers revision type to the Dymnamo revision type
|
static RevisionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevisionType ADD
public static final RevisionType MOD
public static final RevisionType DEL
public static RevisionType[] values()
for (RevisionType c : RevisionType.values()) System.out.println(c);
public static RevisionType 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 nullpublic static RevisionType fromInternal(org.hibernate.envers.RevisionType t)
t - Copyright © 2019 Open Circle Solutions. All rights reserved.