Uses of Class
org.springframework.data.couchbase.core.RemoveResult
Packages that use RemoveResult
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of RemoveResult in org.springframework.data.couchbase.core
Subinterfaces with type arguments of type RemoveResult in org.springframework.data.couchbase.coreModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceFluent method to specify options.static interfaceTerminating operations invoking the actual execution.static interfaceFluent method to specify options.static interfacestatic interfaceFluent method to specify options.static interfaceTerminating operations invoking the actual execution.static interfacestatic interfaceFluent method to specify options.static interfaceFluent methods to specify the querystatic interfaceFluent method to specify options.Methods in org.springframework.data.couchbase.core that return RemoveResultModifier and TypeMethodDescriptionstatic RemoveResultRemove one document based on the given ID.Remove one document based on the entity.Methods in org.springframework.data.couchbase.core that return types with arguments of type RemoveResultModifier and TypeMethodDescriptionExecutableRemoveByIdOperation.TerminatingRemoveById.all(Collection<String> ids) Remove the documents in the collection.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery.all()Remove all matching documents.ReactiveRemoveByIdOperation.TerminatingRemoveById.all(Collection<String> ids) Remove the documents in the collection.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery.all()Remove all matching documents.ExecutableRemoveByIdOperation.TerminatingRemoveById.allEntities(Collection<Object> entities) Remove documents based on the entities.ReactiveRemoveByIdOperation.TerminatingRemoveById.allEntities(Collection<Object> entities) Remove the documents in the collection.Remove one document based on the given ID.Remove one document.