Uses of Class
org.infinispan.persistence.jdbc.common.DatabaseType
-
Packages that use DatabaseType Package Description org.infinispan.persistence.jdbc.common This package contains aAdvancedLoadWriteStoreimplementation based on a JDBC database connection.org.infinispan.persistence.jdbc.common.configuration Common configuration for JDBC cache stores. -
-
Uses of DatabaseType in org.infinispan.persistence.jdbc.common
Methods in org.infinispan.persistence.jdbc.common that return DatabaseType Modifier and Type Method Description static DatabaseTypeDatabaseType. guessDialect(String name)static DatabaseTypeDatabaseType. 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.Methods in org.infinispan.persistence.jdbc.common with parameters of type DatabaseType Modifier and Type Method Description static SqlManagerSqlManager. fromDatabaseType(DatabaseType databaseType, String tableName)static SqlManagerSqlManager. fromDatabaseType(DatabaseType databaseType, String tableName, boolean namedParameters) -
Uses of DatabaseType in org.infinispan.persistence.jdbc.common.configuration
Methods in org.infinispan.persistence.jdbc.common.configuration that return DatabaseType Modifier and Type Method Description DatabaseTypeAbstractJdbcStoreConfiguration. dialect()Methods in org.infinispan.persistence.jdbc.common.configuration with parameters of type DatabaseType Modifier and Type Method Description SAbstractJdbcStoreConfigurationBuilder. dialect(DatabaseType databaseType)
-