public class JdbcStringBasedStoreConfiguration extends AbstractJdbcStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, 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(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
key2StringMapper() |
TableManipulationConfiguration |
table() |
java.lang.String |
toString() |
connectionFactory, dbMajorVersion, dbMinorVersion, dialect, manageConnectionFactoryasync, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, transactionalpublic JdbcStringBasedStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionFactoryConfiguration connectionFactory, TableManipulationConfiguration table)
public static AttributeSet attributeDefinitionSet()
public java.lang.String key2StringMapper()
public TableManipulationConfiguration table()
public java.lang.String toString()
toString in class AbstractJdbcStoreConfigurationpublic int hashCode()
hashCode in class AbstractJdbcStoreConfigurationpublic boolean equals(java.lang.Object obj)
equals in class AbstractJdbcStoreConfiguration