Uses of Enum Class
org.infinispan.persistence.jdbc.common.DatabaseType
Package
Description
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.Common configuration for JDBC cache stores.
-
Uses of DatabaseType in org.infinispan.persistence.jdbc.common
Modifier and TypeMethodDescriptionstatic DatabaseType
DatabaseType.guessDialect
(String name) static DatabaseType
Returns the enum constant of this class with the specified name.static DatabaseType[]
DatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SqlManager
SqlManager.fromDatabaseType
(DatabaseType databaseType, String tableName) static SqlManager
SqlManager.fromDatabaseType
(DatabaseType databaseType, String tableName, boolean namedParameters) -
Uses of DatabaseType in org.infinispan.persistence.jdbc.common.configuration
Modifier and TypeMethodDescriptionAbstractJdbcStoreConfigurationBuilder.dialect
(DatabaseType databaseType)