Uses of Interface
org.infinispan.persistence.jdbc.common.TableOperations
Packages that use TableOperations
Package
Description
JDBC CacheStore implementation which maps keys to strings.
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of TableOperations in org.infinispan.persistence.jdbc.common.impl
Fields in org.infinispan.persistence.jdbc.common.impl declared as TableOperationsMethods in org.infinispan.persistence.jdbc.common.impl that return TableOperationsModifier and TypeMethodDescriptionprotected abstract TableOperations
<K, V> BaseJdbcStore.createTableOperations
(InitializationContext ctx, C config) Extension point to allow for initializing and creating a table operations object. -
Uses of TableOperations in org.infinispan.persistence.jdbc.common.sql
Classes in org.infinispan.persistence.jdbc.common.sql that implement TableOperations -
Uses of TableOperations in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that return TableOperationsModifier and TypeMethodDescriptionprotected TableOperations
<K, V> JdbcStringBasedStore.createTableOperations
(InitializationContext ctx, JdbcStringBasedStoreConfiguration configuration) -
Uses of TableOperations in org.infinispan.persistence.sql
Classes in org.infinispan.persistence.sql that implement TableOperationsModifier and TypeClassDescriptionprotected static class
class
class
Methods in org.infinispan.persistence.sql that return TableOperationsModifier and TypeMethodDescriptionprotected abstract TableOperations
<K, V> AbstractSchemaJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, C> schemaOptions) Implementation specific method to return a table operations which will then be used appropriately for store operations.protected TableOperations
<K, V> QueriesJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, QueriesJdbcStoreConfiguration> options) protected TableOperations
<K, V> TableJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, TableJdbcStoreConfiguration> schemaOptions) protected TableOperations
<K, V> AbstractSchemaJdbcStore.createTableOperations
(InitializationContext ctx, C config)