Uses of Enum Class
org.infinispan.persistence.jdbc.common.DatabaseType
Packages that use DatabaseType
Package
Description
This package contains a
NonBlockingStore implementation based on
a JDBC database connection.Common configuration for JDBC cache stores.
-
Uses of DatabaseType in org.infinispan.persistence.jdbc.common
Subclasses with type arguments of type DatabaseType in org.infinispan.persistence.jdbc.commonModifier and TypeClassDescriptionenumSupported database dialects for the JDBC cache storesMethods in org.infinispan.persistence.jdbc.common that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeDatabaseType.guessDialect(String name) static DatabaseTypeReturns 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.Methods in org.infinispan.persistence.jdbc.common with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic 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 DatabaseTypeMethods in org.infinispan.persistence.jdbc.common.configuration with parameters of type DatabaseTypeModifier and TypeMethodDescriptionAbstractJdbcStoreConfigurationBuilder.dialect(DatabaseType databaseType)