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, manageConnectionFactory
async, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactional
public 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 AbstractJdbcStoreConfiguration
public int hashCode()
hashCode
in class AbstractJdbcStoreConfiguration
public boolean equals(Object obj)
equals
in class AbstractJdbcStoreConfiguration
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.