Package | Description |
---|---|
org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
org.infinispan.persistence.jdbc.configuration |
Modifier and Type | Field and Description |
---|---|
DatabaseType |
TableManipulation.databaseType |
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
TableManipulationConfiguration.databaseType() |
DatabaseType |
JdbcMixedStoreConfiguration.databaseType() |
Modifier and Type | Method and Description |
---|---|
JdbcMixedStoreConfigurationBuilder |
JdbcMixedStoreConfigurationBuilder.databaseType(DatabaseType databaseType)
Specifies the type of the underlying database.
|
S |
TableManipulationConfigurationBuilder.databaseType(DatabaseType databaseType)
Specifies the type of the underlying database.
|
Constructor and Description |
---|
JdbcMixedStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
int batchSize,
int fetchSize,
DatabaseType databaseType,
TableManipulationConfiguration binaryTable,
TableManipulationConfiguration stringTable,
String key2StringMapper,
int lockConcurrencyLevel,
long lockAcquisitionTimeout) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.