public class JdbcStringBasedStoreConfiguration extends AbstractJdbcStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
JdbcStringBasedStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
ConnectionFactoryConfiguration connectionFactory,
TableManipulationConfiguration table) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key2StringMapper() |
TableManipulationConfiguration |
table() |
String |
toString() |
connectionFactory, dbMajorVersion, dbMinorVersion, dialect, manageConnectionFactoryasync, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactionalpublic JdbcStringBasedStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionFactoryConfiguration connectionFactory, TableManipulationConfiguration table)
public static AttributeSet attributeDefinitionSet()
public String key2StringMapper()
public TableManipulationConfiguration table()
public String toString()
toString in class AbstractJdbcStoreConfigurationpublic int hashCode()
hashCode in class AbstractJdbcStoreConfigurationpublic boolean equals(Object obj)
equals in class AbstractJdbcStoreConfigurationCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.