Uses of Class
org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore
-
Packages that use CacheAbstractJdbcStore Package Description org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation. -
-
Uses of CacheAbstractJdbcStore in org.apache.ignite.cache.store.jdbc
Subclasses of CacheAbstractJdbcStore in org.apache.ignite.cache.store.jdbc Modifier and Type Class Description class
CacheJdbcPojoStore<K,V>
Implementation ofCacheStore
backed by JDBC and POJO via reflection.
-