public abstract class AbstractJdbcStoreConfiguration extends AbstractStoreConfiguration implements ConfigurationInfo
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJdbcStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
ConnectionFactoryConfiguration connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
ConnectionFactoryConfiguration |
connectionFactory() |
java.lang.Integer |
dbMajorVersion() |
java.lang.Integer |
dbMinorVersion() |
DatabaseType |
dialect() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
manageConnectionFactory() |
java.util.List<ConfigurationInfo> |
subElements() |
java.lang.String |
toString() |
async, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, transactionalclone, finalize, getClass, notify, notifyAll, wait, wait, waitattributes, getElementDefinitionprotected AbstractJdbcStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionFactoryConfiguration connectionFactory)
public static AttributeSet attributeDefinitionSet()
public java.util.List<ConfigurationInfo> subElements()
subElements in interface ConfigurationInfosubElements in class AbstractStoreConfigurationpublic ConnectionFactoryConfiguration connectionFactory()
public boolean manageConnectionFactory()
public DatabaseType dialect()
public java.lang.Integer dbMajorVersion()
public java.lang.Integer dbMinorVersion()
public java.lang.String toString()
toString in class AbstractStoreConfigurationpublic int hashCode()
hashCode in class AbstractStoreConfigurationpublic boolean equals(java.lang.Object obj)
equals in class AbstractStoreConfiguration