public enum ClassConstants extends java.lang.Enum<ClassConstants>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPackageName()
パッケージ名を返します。
|
java.lang.String |
getQualifiedName()
完全修飾名を返します。
|
java.lang.String |
getSimpleName()
単純名を返します。
|
static ClassConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassConstants Dao
public static final ClassConstants Insert
public static final ClassConstants Update
public static final ClassConstants Delete
public static final ClassConstants Select
public static final ClassConstants Entity
public static final ClassConstants Table
public static final ClassConstants Id
public static final ClassConstants GeneratedValue
public static final ClassConstants GenerationType
public static final ClassConstants SequenceGenerator
public static final ClassConstants TableGenerator
public static final ClassConstants Column
public static final ClassConstants Version
public static final ClassConstants OriginalStates
public static final ClassConstants NamingType
public static final ClassConstants EntityListener
public static final ClassConstants PreInsertContext
public static final ClassConstants PreUpdateContext
public static final ClassConstants PreDeleteContext
public static final ClassConstants PostInsertContext
public static final ClassConstants PostUpdateContext
public static final ClassConstants PostDeleteContext
public static final ClassConstants StandardDialect
public static final ClassConstants HsqldbDialect
public static final ClassConstants H2Dialect
public static final ClassConstants MysqlDialect
public static final ClassConstants PostgresDialect
public static final ClassConstants Db2Dialect
public static final ClassConstants Mssql2008
public static final ClassConstants Mssql
public static final ClassConstants OracleDialect
public static final ClassConstants Config
public static final ClassConstants bytes
public static ClassConstants[] values()
for (ClassConstants c : ClassConstants.values()) System.out.println(c);
public static ClassConstants 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 nullpublic java.lang.String getQualifiedName()
public java.lang.String getPackageName()
public java.lang.String getSimpleName()