CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setBatchSize(int batchSize) |
Set maximum batch size for write and delete operations.
|
CacheJdbcPojoStoreFactory<K,V> |
CacheJdbcPojoStoreFactory.setDataSource(DataSource dataSrc) |
Deprecated.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setDataSourceBean(String dataSrcBean) |
Sets name of the data source bean.
|
CacheJdbcPojoStoreFactory<K,V> |
CacheJdbcPojoStoreFactory.setDataSourceFactory(javax.cache.configuration.Factory<DataSource> dataSrcFactory) |
Sets factory for underlying datasource.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setDialect(JdbcDialect dialect) |
Set database dialect.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setHasher(JdbcTypeHasher hasher) |
Sets hash code calculator.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setMaximumPoolSize(int maxPoolSize) |
Set Maximum workers thread count.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setMaximumWriteAttempts(int maxWrtAttempts) |
Sets maximum number of write attempts in case of database error.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setParallelLoadCacheMinimumThreshold(int parallelLoadCacheMinThreshold) |
Parallel load cache minimum row count threshold.
|
CacheJdbcPojoStoreFactory<K,V> |
CacheJdbcPojoStoreFactory.setSqlEscapeAll(boolean sqlEscapeAll) |
If true all the SQL table and field names will be escaped with double quotes like
("tableName"."fieldsName" ).
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setTransformer(JdbcTypesTransformer transformer) |
Sets types transformer.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setTypes(JdbcType... types) |
Sets store configurations.
|