Uses of Class
org.infinispan.persistence.jdbc.DatabaseType
-
Packages that use DatabaseType Package Description org.infinispan.persistence.jdbc This package contains aAdvancedLoadWriteStoreimplementation 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 DatabaseTypeDatabaseType. valueOf(java.lang.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 DatabaseTypeAbstractJdbcStoreConfiguration. dialect()Methods in org.infinispan.persistence.jdbc.configuration with parameters of type DatabaseType Modifier and Type Method Description SAbstractJdbcStoreConfigurationBuilder. dialect(DatabaseType databaseType)
-