CouchbaseOperations
Defines common operations on the Couchbase data source, most commonly implemented by CouchbaseTemplate.
|
| CouchbaseTemplate
Implements lower-level couchbase operations on top of the SDK with entity mapping capabilities.
|
| ExecutableExistsByIdOperation
Insert Operations
|
| ExecutableExistsByIdOperation.ExecutableExistsById
Provides methods for constructing KV exists operations in a fluent way.
|
| ExecutableExistsByIdOperation.ExistsByIdInCollection
Fluent method to specify the collection.
|
| ExecutableExistsByIdOperation.ExistsByIdInScope
Fluent method to specify the scope.
|
| ExecutableExistsByIdOperation.ExistsByIdWithOptions
Fluent method to specify options.
|
| ExecutableExistsByIdOperation.TerminatingExistsById
Terminating operations invoking the actual execution.
|
| ExecutableFindByAnalyticsOperation
FindByAnalytics Operations
|
| ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics |
| ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
Deprecated.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
Fluent method to specify the collection.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
Fluent method to specify the scope.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency |
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
Fluent method to specify options.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection
Result type override (Optional).
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery |
| ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics |
| ExecutableFindByIdOperation
Get Operations
|
| ExecutableFindByIdOperation.ExecutableFindById
Provides methods for constructing query operations in a fluent way.
|
| ExecutableFindByIdOperation.FindByIdInCollection
Fluent method to specify the collection.
|
| ExecutableFindByIdOperation.FindByIdInScope
Fluent method to specify the scope.
|
| ExecutableFindByIdOperation.FindByIdWithExpiry |
| ExecutableFindByIdOperation.FindByIdWithOptions
Fluent method to specify options.
|
| ExecutableFindByIdOperation.FindByIdWithProjection |
| ExecutableFindByIdOperation.TerminatingFindById
Terminating operations invoking the actual execution.
|
| ExecutableFindByQueryOperation
Query Operations
|
| ExecutableFindByQueryOperation.ExecutableFindByQuery
Provides methods for constructing query operations in a fluent way.
|
| ExecutableFindByQueryOperation.FindByQueryConsistentWith
Deprecated.
|
| ExecutableFindByQueryOperation.FindByQueryInCollection
Fluent method to specify the collection.
|
| ExecutableFindByQueryOperation.FindByQueryInScope
Fluent method to specify the scope.
|
| ExecutableFindByQueryOperation.FindByQueryWithConsistency
Fluent method to specify scan consistency.
|
| ExecutableFindByQueryOperation.FindByQueryWithDistinct
Fluent method to specify DISTINCT fields
|
| ExecutableFindByQueryOperation.FindByQueryWithOptions
Fluent method to specify options.
|
| ExecutableFindByQueryOperation.FindByQueryWithProjecting
Fluent method to specify fields to project.
|
| ExecutableFindByQueryOperation.FindByQueryWithProjection
Fluent method to specify a return type different than the the entity type to use for the results.
|
| ExecutableFindByQueryOperation.FindByQueryWithQuery
Fluent methods to specify the query
|
| ExecutableFindByQueryOperation.TerminatingFindByQuery
Terminating operations invoking the actual execution.
|
| ExecutableFindFromReplicasByIdOperation
Query Operations
|
| ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById
Provides methods for constructing get operations in a fluent way.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
Fluent method to specify the collection.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
Fluent method to specify the scope.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
Fluent method to specify options.
|
| ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Terminating operations invoking the actual get execution.
|
| ExecutableInsertByIdOperation
Insert Operations
|
| ExecutableInsertByIdOperation.ExecutableInsertById
Provides methods for constructing KV insert operations in a fluent way.
|
| ExecutableInsertByIdOperation.InsertByIdInCollection
Fluent method to specify the collection.
|
| ExecutableInsertByIdOperation.InsertByIdInScope
Fluent method to specify the scope.
|
| ExecutableInsertByIdOperation.InsertByIdWithDurability |
| ExecutableInsertByIdOperation.InsertByIdWithExpiry |
| ExecutableInsertByIdOperation.InsertByIdWithOptions
Fluent method to specify options.
|
| ExecutableInsertByIdOperation.TerminatingInsertById
Terminating operations invoking the actual execution.
|
| ExecutableRemoveByIdOperation
Remove Operations on KV service.
|
| ExecutableRemoveByIdOperation.ExecutableRemoveById
Provides methods for constructing remove operations in a fluent way.
|
| ExecutableRemoveByIdOperation.RemoveByIdInCollection
Fluent method to specify the collection.
|
| ExecutableRemoveByIdOperation.RemoveByIdInScope
Fluent method to specify the scope.
|
| ExecutableRemoveByIdOperation.RemoveByIdWithCas |
| ExecutableRemoveByIdOperation.RemoveByIdWithDurability |
| ExecutableRemoveByIdOperation.RemoveByIdWithOptions
Fluent method to specify options.
|
| ExecutableRemoveByIdOperation.TerminatingRemoveById
Terminating operations invoking the actual execution.
|
| ExecutableRemoveByQueryOperation
RemoveBy Query Operations
|
| ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery
Provides methods for constructing query operations in a fluent way.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
Deprecated.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
Fluent method to specify the collection.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryInScope
Fluent method to specify the scope.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency |
| ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
Fluent method to specify options.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
Fluent methods to specify the query
|
| ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
Terminating operations invoking the actual execution.
|
| ExecutableReplaceByIdOperation
Replace Operations
|
| ExecutableReplaceByIdOperation.ExecutableReplaceById
Provides methods for constructing KV replace operations in a fluent way.
|
| ExecutableReplaceByIdOperation.ReplaceByIdInCollection
Fluent method to specify the collection.
|
| ExecutableReplaceByIdOperation.ReplaceByIdInScope
Fluent method to specify the scope.
|
| ExecutableReplaceByIdOperation.ReplaceByIdWithDurability |
| ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry |
| ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
Fluent method to specify options.
|
| ExecutableReplaceByIdOperation.TerminatingReplaceById
Terminating operations invoking the actual execution.
|
| ExecutableUpsertByIdOperation
Insert Operations
|
| ExecutableUpsertByIdOperation.ExecutableUpsertById
Provides methods for constructing KV operations in a fluent way.
|
| ExecutableUpsertByIdOperation.TerminatingUpsertById
Terminating operations invoking the actual execution.
|
| ExecutableUpsertByIdOperation.UpsertByIdInCollection
Fluent method to specify the collection.
|
| ExecutableUpsertByIdOperation.UpsertByIdInScope
Fluent method to specify the scope.
|
| ExecutableUpsertByIdOperation.UpsertByIdWithDurability |
| ExecutableUpsertByIdOperation.UpsertByIdWithExpiry |
| ExecutableUpsertByIdOperation.UpsertByIdWithOptions
Fluent method to specify options.
|
| FluentCouchbaseOperations
The fluent couchbase operations combines all different possible operations for simplicity reasons.
|
| ReactiveCouchbaseOperations
|
| ReactiveCouchbaseTemplate
template class for Reactive Couchbase operations
|
| ReactiveExistsByIdOperation
Exists Operations
|
| ReactiveExistsByIdOperation.ExistsByIdInCollection
Fluent method to specify the collection.
|
| ReactiveExistsByIdOperation.ExistsByIdInScope
Fluent method to specify the scope.
|
| ReactiveExistsByIdOperation.ExistsByIdWithOptions
Fluent method to specify options.
|
| ReactiveExistsByIdOperation.ReactiveExistsById
Provides methods for constructing KV exists operations in a fluent way.
|
| ReactiveExistsByIdOperation.TerminatingExistsById
Terminating operations invoking the actual execution.
|
| ReactiveFindByAnalyticsOperation
FindByAnalytics Operations
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith
Deprecated.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection
Fluent method to specify the collection.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope
Fluent method to specify the scope.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency |
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions
Fluent method to specify options.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection
Result type override (Optional).
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery |
| ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics |
| ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
Terminating operations invoking the actual execution.
|
| ReactiveFindByIdOperation
Get Operations
|
| ReactiveFindByIdOperation.FindByIdInCollection
Fluent method to specify the collection.
|
| ReactiveFindByIdOperation.FindByIdInScope
Fluent method to specify the scope.
|
| ReactiveFindByIdOperation.FindByIdWithExpiry |
| ReactiveFindByIdOperation.FindByIdWithOptions
Fluent method to specify options.
|
| ReactiveFindByIdOperation.FindByIdWithProjection |
| ReactiveFindByIdOperation.ReactiveFindById
Provides methods for constructing query operations in a fluent way.
|
| ReactiveFindByIdOperation.TerminatingFindById
Terminating operations invoking the actual execution.
|
| ReactiveFindByQueryOperation
ReactiveFindByQueryOperation
Queries the N1QL service.
|
| ReactiveFindByQueryOperation.FindByQueryConsistentWith
Deprecated.
|
| ReactiveFindByQueryOperation.FindByQueryInCollection
Fluent method to specify the collection
|
| ReactiveFindByQueryOperation.FindByQueryInScope
Fluent method to specify the scope
|
| ReactiveFindByQueryOperation.FindByQueryWithConsistency
Fluent method to specify scan consistency.
|
| ReactiveFindByQueryOperation.FindByQueryWithDistinct
Fluent method to specify DISTINCT fields
|
| ReactiveFindByQueryOperation.FindByQueryWithOptions
Fluent method to specify options.
|
| ReactiveFindByQueryOperation.FindByQueryWithProjecting
Fluent method to specify fields to project.
|
| ReactiveFindByQueryOperation.FindByQueryWithProjection
Fluent method to specify a return type different than the the entity type to use for the results.
|
| ReactiveFindByQueryOperation.FindByQueryWithQuery
Fluent methods to filter by query
|
| ReactiveFindByQueryOperation.ReactiveFindByQuery
provides methods for constructing query operations in a fluent way.
|
| ReactiveFindByQueryOperation.TerminatingFindByQuery
Compose find execution by calling one of the terminating methods.
|
| ReactiveFindFromReplicasByIdOperation
Find by id from replicas Operations
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
Fluent method to specify the collection.
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
Fluent method to specify the scope.
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
Fluent method to specify options.
|
| ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById
Provides methods for constructing get operations in a fluent way.
|
| ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Terminating operations invoking the actual get execution.
|
| ReactiveFluentCouchbaseOperations
The fluent couchbase operations combines all different possible operations for simplicity reasons.
|
| ReactiveInsertByIdOperation
Insert Operations
|
| ReactiveInsertByIdOperation.InsertByIdInCollection
Fluent method to specify the collection.
|
| ReactiveInsertByIdOperation.InsertByIdInScope
Fluent method to specify the scope.
|
| ReactiveInsertByIdOperation.InsertByIdWithDurability |
| ReactiveInsertByIdOperation.InsertByIdWithExpiry |
| ReactiveInsertByIdOperation.InsertByIdWithOptions
Fluent method to specify options.
|
| ReactiveInsertByIdOperation.ReactiveInsertById
Provides methods for constructing KV insert operations in a fluent way.
|
| ReactiveInsertByIdOperation.TerminatingInsertById
Terminating operations invoking the actual execution.
|
| ReactiveRemoveByIdOperation
Remove Operations on KV service.
|
| ReactiveRemoveByIdOperation.ReactiveRemoveById
Provides methods for constructing remove operations in a fluent way.
|
| ReactiveRemoveByIdOperation.RemoveByIdInCollection
Fluent method to specify the collection.
|
| ReactiveRemoveByIdOperation.RemoveByIdInScope
Fluent method to specify the scope.
|
| ReactiveRemoveByIdOperation.RemoveByIdWithCas |
| ReactiveRemoveByIdOperation.RemoveByIdWithDurability |
| ReactiveRemoveByIdOperation.RemoveByIdWithOptions
Fluent method to specify options.
|
| ReactiveRemoveByIdOperation.TerminatingRemoveById
Terminating operations invoking the actual execution.
|
| ReactiveRemoveByQueryOperation
RemoveBy Query Operations
|
| ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery
Provides methods for constructing query operations in a fluent way.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
Deprecated.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
Fluent method to specify the collection.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryInScope
Fluent method to specify the scope.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency |
| ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
Fluent method to specify options.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
Fluent methods to specify the query
|
| ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
Terminating operations invoking the actual execution.
|
| ReactiveReplaceByIdOperation
ReplaceOperations
|
| ReactiveReplaceByIdOperation.ReactiveReplaceById
Provides methods for constructing KV replace operations in a fluent way.
|
| ReactiveReplaceByIdOperation.ReplaceByIdInCollection
Fluent method to specify the collection.
|
| ReactiveReplaceByIdOperation.ReplaceByIdInScope
Fluent method to specify the scope.
|
| ReactiveReplaceByIdOperation.ReplaceByIdWithDurability |
| ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry |
| ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
Fluent method to specify options.
|
| ReactiveReplaceByIdOperation.TerminatingReplaceById
Terminating operations invoking the actual execution.
|
| ReactiveTemplateSupport |
| ReactiveUpsertByIdOperation
Upsert Operations
|
| ReactiveUpsertByIdOperation.ReactiveUpsertById
Provides methods for constructing KV operations in a fluent way.
|
| ReactiveUpsertByIdOperation.TerminatingUpsertById
Terminating operations invoking the actual execution.
|
| ReactiveUpsertByIdOperation.UpsertByIdInCollection
Fluent method to specify the collection.
|
| ReactiveUpsertByIdOperation.UpsertByIdInScope
Fluent method to specify the scope.
|
| ReactiveUpsertByIdOperation.UpsertByIdWithDurability |
| ReactiveUpsertByIdOperation.UpsertByIdWithExpiry |
| ReactiveUpsertByIdOperation.UpsertByIdWithOptions
Fluent method to specify options.
|
| RemoveResult |
| TemplateSupport |