public interface JdbcCacheStoreConfigurationChildBuilder<S extends AbstractJdbcCacheStoreConfigurationBuilder<?,S>> extends LockSupportStoreConfigurationChildBuilder<S>
Modifier and Type | Method and Description |
---|---|
PooledConnectionFactoryConfigurationBuilder<S> |
connectionPool()
Configures a connection pool to be used by this JDBC Cache Store to handle connections to the database
|
ManagedConnectionFactoryConfigurationBuilder<S> |
dataSource()
Configures a DataSource to be used by this JDBC Cache Store to handle connections to the database
|
SimpleConnectionFactoryConfigurationBuilder<S> |
simpleConnection()
Configures this JDBC Cache Store to use a single connection to the database
|
lockAcquistionTimeout, lockAcquistionTimeout, lockConcurrencyLevel
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
addProperty, withProperties
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
PooledConnectionFactoryConfigurationBuilder<S> connectionPool()
ManagedConnectionFactoryConfigurationBuilder<S> dataSource()
SimpleConnectionFactoryConfigurationBuilder<S> simpleConnection()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.