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 | 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.
|
Constructor and Description |
---|
TableManipulation(TableManipulationConfiguration config,
DatabaseType databaseType) |
Modifier and Type | Method and Description |
---|---|
DatabaseType |
AbstractJdbcStoreConfiguration.dialect() |
Modifier and Type | Method and Description |
---|---|
S |
AbstractJdbcStoreConfigurationBuilder.dialect(DatabaseType databaseType) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.