Uses of Interface
org.infinispan.persistence.jdbc.common.TableOperations
-
Packages that use TableOperations Package Description org.infinispan.persistence.jdbc.common.sql org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.sql This package contains aAdvancedLoadWriteStoreimplementation based on a JDBC database connection. -
-
Uses of TableOperations in org.infinispan.persistence.jdbc.common.sql
Classes in org.infinispan.persistence.jdbc.common.sql with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw TableOperations Modifier and Type Class Description classorg.infinispan.persistence.jdbc.common.sql.BaseTableOperations<K,V> -
Uses of TableOperations in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that return TableOperations Modifier and Type Method Description protected 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 TableOperations Modifier and Type Class Description protected static classAbstractSchemaJdbcStore.SchemaTableOperations<K,V,C extends org.infinispan.persistence.sql.configuration.AbstractSchemaJdbcConfiguration>classQueriesJdbcStore.QueryTableOperationsclassTableJdbcStore.TableTableOperationsMethods in org.infinispan.persistence.sql that return TableOperations Modifier and Type Method Description protected 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,org.infinispan.persistence.sql.configuration.QueriesJdbcStoreConfiguration> options)protected TableOperations<K,V>TableJdbcStore. actualCreateTableOperations(AbstractSchemaJdbcStore.ProtoSchemaOptions<K,V,org.infinispan.persistence.sql.configuration.TableJdbcStoreConfiguration> schemaOptions)protected TableOperations<K,V>AbstractSchemaJdbcStore. createTableOperations(InitializationContext ctx, C config)
-