Uses of Class
org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.EntryMapping
-
Packages that use CacheAbstractJdbcStore.EntryMapping Package Description org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation. -
-
Uses of CacheAbstractJdbcStore.EntryMapping in org.apache.ignite.cache.store.jdbc
Fields in org.apache.ignite.cache.store.jdbc with type parameters of type CacheAbstractJdbcStore.EntryMapping Modifier and Type Field Description protected Map<String,Map<Object,CacheAbstractJdbcStore.EntryMapping>>
CacheAbstractJdbcStore. cacheMappings
Cache with entry mapping description.Methods in org.apache.ignite.cache.store.jdbc with parameters of type CacheAbstractJdbcStore.EntryMapping Modifier and Type Method Description protected int
CacheAbstractJdbcStore. fillKeyParameters(PreparedStatement stmt, int idx, CacheAbstractJdbcStore.EntryMapping em, Object key)
protected int
CacheAbstractJdbcStore. fillKeyParameters(PreparedStatement stmt, CacheAbstractJdbcStore.EntryMapping m, Object key)
protected int
CacheAbstractJdbcStore. fillValueParameters(PreparedStatement stmt, int idx, CacheAbstractJdbcStore.EntryMapping em, Object val)
-