public abstract class AbstractJdbcStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, 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() |
Integer |
dbMajorVersion() |
Integer |
dbMinorVersion() |
DatabaseType |
dialect() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
manageConnectionFactory() |
String |
toString() |
async, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactional
protected AbstractJdbcStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionFactoryConfiguration connectionFactory)
public static AttributeSet attributeDefinitionSet()
public ConnectionFactoryConfiguration connectionFactory()
public boolean manageConnectionFactory()
public DatabaseType dialect()
public Integer dbMajorVersion()
public Integer dbMinorVersion()
public String toString()
toString
in class AbstractStoreConfiguration
public int hashCode()
hashCode
in class AbstractStoreConfiguration
public boolean equals(Object obj)
equals
in class AbstractStoreConfiguration
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.