Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
CACHE_NAME
public static final Element CACHE_NAME
COMPRESSION
public static final Element COMPRESSION
CONNECTION_URL
public static final Element CONNECTION_URL
CONNECTION_POOL
public static final Element CONNECTION_POOL
CONTEXT_INITIALIZERS
public static final Element CONTEXT_INITIALIZERS
DIALECT
public static final Element DIALECT
DISABLE_INDEXING
public static final Element DISABLE_INDEXING
DISABLE_UPSERT
public static final Element DISABLE_UPSERT
DRIVER_CLASS
public static final Element DRIVER_CLASS
EXTERNALIZERS
public static final Element EXTERNALIZERS
INDEX_LOCATION
public static final Element INDEX_LOCATION
KEY_TO_STRING_MAPPER
public static final Element KEY_TO_STRING_MAPPER
LOCATION
public static final Element LOCATION
MAJOR_VERSION
public static final Element MAJOR_VERSION
MINOR_VERSION
public static final Element MINOR_VERSION
MARSHALLER
public static final Element MARSHALLER
PASSWORD
public static final Element PASSWORD
SEGMENT
public static final Element SEGMENT
SEGMENT_COUNT
public static final Element SEGMENT_COUNT
TABLE_NAME_PREFIX
public static final Element TABLE_NAME_PREFIX
TIMESTAMP
public static final Element TIMESTAMP
USERNAME
public static final Element USERNAME
VERSION
public static final Element VERSION
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null