public interface JdbcMixedStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> extends JdbcStoreConfigurationChildBuilder<S>
Modifier and Type | Method and Description |
---|---|
JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder |
binaryTable()
Allows configuration of table-specific parameters such as column names and types for the table
used to store entries with binary keys
|
JdbcMixedStoreConfigurationChildBuilder<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. |
JdbcMixedStoreConfigurationChildBuilder<S> |
key2StringMapper(String key2StringMapper)
The class name of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedStoreConfigurationBuilder.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
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, encoding, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, memory, persistence, security, simpleCache, simpleCache, sites, storeAsBinary, template, transaction, unsafe, validate, versioning
JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder binaryTable()
JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder stringTable()
JdbcMixedStoreConfigurationChildBuilder<S> key2StringMapper(String key2StringMapper)
Key2StringMapper
to use for mapping keys to strings suitable for
storage in a database table. Defaults to DefaultTwoWayKey2StringMapper
JdbcMixedStoreConfigurationChildBuilder<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 © 2018 JBoss, a division of Red Hat. All rights reserved.