public enum RepositoryProperty extends Enum<RepositoryProperty>
Enum Constant and Description |
---|
ACCESS_ID
property:
jkniv.repository.accessId |
DATA_MASKING
property:
jkniv.repository.data_masking |
DEBUG_SQL
property:
jkniv.repository.debug_sql |
JDBC_ADAPTER_FACTORY
property:
jkniv.repository.jdbc_adapter_factory , default value is: null |
JDBC_DRIVER
property:
driver , default value is: null |
JDBC_PASSWORD
property:
password , default value is: null |
JDBC_SCHEMA
property:
schema , default value is: null |
JDBC_URL
property:
url , default value is: null |
JDBC_USER
property:
user , default value is: null |
KEY_FILE
property:
jkniv.repository.key_file , default value is: null |
LOCAL_DATACENTER
property:
jkniv.cassandra.local_datacenter , default value is: null |
PROTOCOL_VERSION
property:
jkniv.repository.protocol_version , default value is: V4 |
QUERY_NAME_STRATEGY
property:
jkniv.repository.query_namestrategy |
RELOADABLE_XML_ENABLE
Enabling (true value) reloadable xml file when change happens
Default is false.
|
SHORT_NAME_ENABLE
Enabling (true value) a short name for query
id , example: com.acme.queries.updateUser ,
where updateUser is a shortcut. |
SHOW_CONFIG
property:
jkniv.repository.show_config |
SQL_DIALECT
property:
jkniv.repository.jdbc.dialect |
SQL_STATS
property:
jkniv.repository.stats |
Modifier and Type | Method and Description |
---|---|
abstract String |
defaultValue() |
abstract String |
key() |
static RepositoryProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryProperty JDBC_USER
user
, default value is: null
public static final RepositoryProperty JDBC_PASSWORD
password
, default value is: null
public static final RepositoryProperty JDBC_URL
url
, default value is: null
public static final RepositoryProperty JDBC_DRIVER
driver
, default value is: null
public static final RepositoryProperty JDBC_SCHEMA
schema
, default value is: null
public static final RepositoryProperty QUERY_NAME_STRATEGY
jkniv.repository.query_namestrategy
public static final RepositoryProperty SQL_DIALECT
jkniv.repository.jdbc.dialect
public static final RepositoryProperty SQL_STATS
jkniv.repository.stats
public static final RepositoryProperty DEBUG_SQL
jkniv.repository.debug_sql
public static final RepositoryProperty DATA_MASKING
jkniv.repository.data_masking
public static final RepositoryProperty SHORT_NAME_ENABLE
id
, example: com.acme.queries.updateUser
,
where updateUser
is a shortcut.
Default is false.
property: jkniv.repository.short_name_enable
public static final RepositoryProperty RELOADABLE_XML_ENABLE
jkniv.repository.reloadable_xml_enable
public static final RepositoryProperty JDBC_ADAPTER_FACTORY
jkniv.repository.jdbc_adapter_factory
, default value is: null
public static final RepositoryProperty SHOW_CONFIG
jkniv.repository.show_config
public static final RepositoryProperty PROTOCOL_VERSION
jkniv.repository.protocol_version
, default value is: V4
public static final RepositoryProperty ACCESS_ID
jkniv.repository.accessId
public static final RepositoryProperty KEY_FILE
jkniv.repository.key_file
, default value is: null
public static final RepositoryProperty LOCAL_DATACENTER
jkniv.cassandra.local_datacenter
, default value is: null
public static final String PREFIX
public static RepositoryProperty[] values()
for (RepositoryProperty c : RepositoryProperty.values()) System.out.println(c);
public static RepositoryProperty 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 abstract String defaultValue()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.