public abstract class AbstractJdbcStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED| 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, preload, properties, purgeOnStartup, shared, singletonStoreprotected 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 AbstractStoreConfigurationpublic int hashCode()
hashCode in class AbstractStoreConfigurationpublic boolean equals(Object obj)
equals in class AbstractStoreConfigurationCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.