Uses of Class
org.infinispan.persistence.jdbc.DatabaseType
-
Packages that use DatabaseType Package Description org.infinispan.persistence.jdbc This package contains aAdvancedLoadWriteStore
implementation based on a JDBC database connection.org.infinispan.persistence.jdbc.configuration Configuration for the JDBC CacheStore. -
-
Uses of DatabaseType in org.infinispan.persistence.jdbc
Methods in org.infinispan.persistence.jdbc that return DatabaseType Modifier and Type Method 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. -
Uses of DatabaseType in org.infinispan.persistence.jdbc.configuration
Methods in org.infinispan.persistence.jdbc.configuration that return DatabaseType Modifier and Type Method Description DatabaseType
AbstractJdbcStoreConfiguration. dialect()
Methods in org.infinispan.persistence.jdbc.configuration with parameters of type DatabaseType Modifier and Type Method Description S
AbstractJdbcStoreConfigurationBuilder. dialect(DatabaseType databaseType)
-