public enum HibernateHbm2dllAuto extends Enum<HibernateHbm2dllAuto>
Enum Constant and Description |
---|
CREATE |
CREATE_DROP |
UPDATE |
VALIDATE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HibernateHbm2dllAuto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HibernateHbm2dllAuto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HibernateHbm2dllAuto VALIDATE
public static final HibernateHbm2dllAuto UPDATE
public static final HibernateHbm2dllAuto CREATE
public static final HibernateHbm2dllAuto CREATE_DROP
public static HibernateHbm2dllAuto[] values()
for (HibernateHbm2dllAuto c : HibernateHbm2dllAuto.values()) System.out.println(c);
public static HibernateHbm2dllAuto 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 String toString()
toString
in class Enum<HibernateHbm2dllAuto>
Copyright © 2012-2013. All Rights Reserved.