java.io.Serializable, java.lang.Comparable<Entity.DelayDatabaseInsertUntil>, java.lang.constant.Constablepublic static enum Entity.DelayDatabaseInsertUntil extends java.lang.Enum<Entity.DelayDatabaseInsertUntil>
| Enum Constant | Description |
|---|---|
EJB_CREATE |
|
EJB_POST_CREATE |
|
UNSPECIFIED |
| Modifier and Type | Method | Description |
|---|---|---|
static Entity.DelayDatabaseInsertUntil |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Entity.DelayDatabaseInsertUntil[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.DelayDatabaseInsertUntil UNSPECIFIED
public static final Entity.DelayDatabaseInsertUntil EJB_CREATE
public static final Entity.DelayDatabaseInsertUntil EJB_POST_CREATE
public static Entity.DelayDatabaseInsertUntil[] values()
for (Entity.DelayDatabaseInsertUntil c : Entity.DelayDatabaseInsertUntil.values()) System.out.println(c);
public static Entity.DelayDatabaseInsertUntil valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null