public interface JdbcMixedCacheStoreConfigurationChildBuilder<S extends AbstractJdbcCacheStoreConfigurationBuilder<?,S>> extends JdbcCacheStoreConfigurationChildBuilder<S>
Modifier and Type | Method and Description |
---|---|
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder |
binaryTable()
Allows configuration of table-specific parameters such as column names and types for the table
used to store entries with binary keys
|
JdbcMixedCacheStoreConfigurationChildBuilder<S> |
key2StringMapper(Class<? extends Key2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedCacheStoreConfigurationChildBuilder<S> |
key2StringMapper(String key2StringMapper)
The class name of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder |
stringTable()
Allows configuration of table-specific parameters such as column names and types for the table
used to store entries with string keys
|
connectionPool, dataSource, simpleConnection
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
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder binaryTable()
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder stringTable()
JdbcMixedCacheStoreConfigurationChildBuilder<S> key2StringMapper(String key2StringMapper)
Key2StringMapper
to use for mapping keys to strings suitable for
storage in a database table. Defaults to DefaultTwoWayKey2StringMapper
JdbcMixedCacheStoreConfigurationChildBuilder<S> key2StringMapper(Class<? extends Key2StringMapper> klass)
Key2StringMapper
to use for mapping keys to strings suitable for
storage in a database table. Defaults to DefaultTwoWayKey2StringMapper
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.