private static enum DataSourceProperties.ConfigurationProperty extends java.lang.Enum<DataSourceProperties.ConfigurationProperty> implements IConfigurationProperty
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static DataSourceProperties.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceProperties.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceProperties.ConfigurationProperty DSPOOL_DEFAULTAUTOCOMMIT
public static final DataSourceProperties.ConfigurationProperty DSPOOL_DEFAULTREADONLY
public static final DataSourceProperties.ConfigurationProperty DSPOOL_DEFAULTTRANSACTIONISOLATION
public static final DataSourceProperties.ConfigurationProperty DSPOOL_DEFAULTCATALOG
public static final DataSourceProperties.ConfigurationProperty DSPOOL_DRIVERCLASSNAME
public static final DataSourceProperties.ConfigurationProperty DSPOOL_MAXACTIVE
public static final DataSourceProperties.ConfigurationProperty DSPOOL_MAXIDLE
public static final DataSourceProperties.ConfigurationProperty DSPOOL_MINIDLE
public static final DataSourceProperties.ConfigurationProperty DSPOOL_INITIALSIZE
public static final DataSourceProperties.ConfigurationProperty DSPOOL_MAXWAIT
public static final DataSourceProperties.ConfigurationProperty DSPOOL_TESTONBORROW
public static final DataSourceProperties.ConfigurationProperty DSPOOL_TESTONRETURN
public static final DataSourceProperties.ConfigurationProperty DSPOOL_TIMEBETWEENEVICTIONRUNSMILLIS
public static final DataSourceProperties.ConfigurationProperty DSPOOL_NUMTESTSPEREVICTIONRUN
public static final DataSourceProperties.ConfigurationProperty DSPOOL_MINEVICTABLEIDLETIMEMILLIS
public static final DataSourceProperties.ConfigurationProperty DSPOOL_TESTWHILEIDLE
public static final DataSourceProperties.ConfigurationProperty DSPOOL_VALIDATIONQUERY
public static final DataSourceProperties.ConfigurationProperty DSPOOL_ACCESSTOUNDERLYINGCONNECTIONALLOWED
public static final DataSourceProperties.ConfigurationProperty DSPOOL_REMOVEABANDONED
public static final DataSourceProperties.ConfigurationProperty DSPOOL_REMOVEABANDONEDTIMEOUT
public static final DataSourceProperties.ConfigurationProperty DSPOOL_LOGABANDONED
public static DataSourceProperties.ConfigurationProperty[] values()
for (DataSourceProperties.ConfigurationProperty c : DataSourceProperties.ConfigurationProperty.values()) System.out.println(c);
public static DataSourceProperties.ConfigurationProperty 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 getKey()
getKey
in interface IConfigurationProperty