public class JdbcStringBasedStoreConfiguration extends AbstractJdbcStoreConfiguration
| Constructor and Description |
|---|
JdbcStringBasedStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
String key2StringMapper,
TableManipulationConfiguration table) |
| Modifier and Type | Method and Description |
|---|---|
String |
key2StringMapper() |
TableManipulationConfiguration |
table() |
String |
toString() |
connectionFactory, manageConnectionFactoryasync, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStorepublic JdbcStringBasedStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
String key2StringMapper,
TableManipulationConfiguration table)
public String key2StringMapper()
public TableManipulationConfiguration table()
public String toString()
toString in class AbstractStoreConfigurationCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.