public interface BJPASettings
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASOURCE_NAME
Hint for the the pluggable data source
|
static String |
DATASOURCE_POOL
Pluggable DataSource implementation
|
static String |
DDL
DDL operations, DROP | CREATE (*) | UPDATE | VERIFY | NONE
|
static Integer |
DEFAULT_FETCH_SIZE
The default for
FETCH_SIZE |
static Integer |
DEFAULT_INSERT_BATCH_SIZE
The default for
INSERT_BATCH_SIZE |
static Integer |
DEFAULT_MAX_CONNECTIONS
The default for
MAX_CONNECTIONS that is 50. |
static Integer |
DEFAULT_MAX_FETCH_JOIN_DEPTH
The default for "org.batoo.jdbc.max_fetch_join_depth" that is 1.
|
static Integer |
DEFAULT_MIN_CONNECTIONS
The default for
MIN_CONNECTIONS that is 10. |
static Integer |
DEFAULT_REMOVE_BATCH_SIZE
The default for
REMOVE_BATCH_SIZE |
static Long |
DEFAULT_SLOW_SQL_THRESHOLD
Default value for
SLOW_SQL_THRESHOLD that is 2500. |
static Integer |
DEFAULT_STATEMENT_CACHE_SIZE
The default for
STATEMENT_CACHE_SIZE that is 50. |
static String |
DROP_ON_CLOSE
Boolean value, indicating that the all tables & sequences should be dropped on close, useful for stateless applications and testing.
|
static String |
FETCH_SIZE
The size of the datasource statement cache size
|
static String |
IMPORT_SQL
The name of the sql to execute to import the initial data.
|
static String |
INSERT_BATCH_SIZE
The size of the insert statements batch
|
static String |
MAX_CONNECTIONS
The max size of the connection pool.
|
static String |
MAX_FETCH_JOIN_DEPTH
The max number of fetch joins allowed.
|
static String |
MIN_CONNECTIONS
The min size of the connection pool.
|
static String |
REMOVE_BATCH_SIZE
The size of the remove statements batch
|
static String |
SLOW_SQL_THRESHOLD
Long value indicating that the number of milliseconds to deem an SQL execution as slow.
|
static String |
SQL_LOGGING
Boolean value, indicating how the sql statements should be printed, NONE | STDOUT | STDERR.
|
static String |
STATEMENT_CACHE_SIZE
The size of the datasource statement cache size
|
static final String DDL
static final String DROP_ON_CLOSE
static final String SQL_LOGGING
If you have a logging infrastructor, prefer org.batoo.jpa.SQL for logging.
static final String SLOW_SQL_THRESHOLD
If an execution is deemed as slow it will be logged as warning.
static final Long DEFAULT_SLOW_SQL_THRESHOLD
SLOW_SQL_THRESHOLD that is 2500.static final Integer DEFAULT_MAX_CONNECTIONS
MAX_CONNECTIONS that is 50.static final Integer DEFAULT_MIN_CONNECTIONS
MIN_CONNECTIONS that is 10.static final Integer DEFAULT_FETCH_SIZE
FETCH_SIZEstatic final Integer DEFAULT_INSERT_BATCH_SIZE
INSERT_BATCH_SIZEstatic final Integer DEFAULT_REMOVE_BATCH_SIZE
REMOVE_BATCH_SIZEstatic final Integer DEFAULT_STATEMENT_CACHE_SIZE
STATEMENT_CACHE_SIZE that is 50.static final Integer DEFAULT_MAX_FETCH_JOIN_DEPTH
static final String STATEMENT_CACHE_SIZE
static final String MAX_FETCH_JOIN_DEPTH
static final String FETCH_SIZE
static final String INSERT_BATCH_SIZE
static final String REMOVE_BATCH_SIZE
static final String MAX_CONNECTIONS
static final String MIN_CONNECTIONS
static final String IMPORT_SQL
static final String DATASOURCE_POOL
static final String DATASOURCE_NAME
Copyright © 2012-2013 Batoo. All Rights Reserved.