protected static enum EntityManagerSetupImpl.TableCreationType extends java.lang.Enum<EntityManagerSetupImpl.TableCreationType>
| Enum Constant and Description |
|---|
CREATE |
DROP |
DROP_AND_CREATE |
EXTEND |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerSetupImpl.TableCreationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerSetupImpl.TableCreationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityManagerSetupImpl.TableCreationType NONE
public static final EntityManagerSetupImpl.TableCreationType CREATE
public static final EntityManagerSetupImpl.TableCreationType DROP
public static final EntityManagerSetupImpl.TableCreationType DROP_AND_CREATE
public static final EntityManagerSetupImpl.TableCreationType EXTEND
public static EntityManagerSetupImpl.TableCreationType[] values()
for (EntityManagerSetupImpl.TableCreationType c : EntityManagerSetupImpl.TableCreationType.values()) System.out.println(c);
public static EntityManagerSetupImpl.TableCreationType 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