public class MongoOperationsDecoratorImpl extends Object implements MongoOperationsDecorator
org.springframework.data.mongodb.core.ExecutableFindOperation.DistinctWithProjection, org.springframework.data.mongodb.core.ExecutableFindOperation.DistinctWithQuery<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.ExecutableFind<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.FindDistinct, org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithCollection<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithProjection<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingDistinct<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingFind<T>, org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingFindNear<T>org.springframework.data.mongodb.core.ExecutableInsertOperation.ExecutableInsert<T>, org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode<T>, org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithCollection<T>, org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T>, org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingInsert<T>org.springframework.data.mongodb.core.ExecutableUpdateOperation.ExecutableUpdate<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndModifyWithOptions<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndReplaceWithOptions<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndReplaceWithProjection<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndReplace<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithCollection<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T>org.springframework.data.mongodb.core.ExecutableRemoveOperation.ExecutableRemove<T>, org.springframework.data.mongodb.core.ExecutableRemoveOperation.RemoveWithCollection<T>, org.springframework.data.mongodb.core.ExecutableRemoveOperation.RemoveWithQuery<T>, org.springframework.data.mongodb.core.ExecutableRemoveOperation.TerminatingRemove<T>org.springframework.data.mongodb.core.ExecutableAggregationOperation.AggregationWithAggregation<T>, org.springframework.data.mongodb.core.ExecutableAggregationOperation.AggregationWithCollection<T>, org.springframework.data.mongodb.core.ExecutableAggregationOperation.ExecutableAggregation<T>, org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation<T>org.springframework.data.mongodb.core.ExecutableMapReduceOperation.ExecutableMapReduce<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithCollection<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithMapFunction<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithOptions<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithProjection<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithReduceFunction<T>, org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce<T>| Constructor and Description |
|---|
MongoOperationsDecoratorImpl(org.springframework.data.mongodb.core.MongoOperations impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.MongoOperations |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggregate, aggregate, aggregate, aggregate, aggregateAndReturn, aggregateStream, aggregateStream, aggregateStream, aggregateStream, bulkOps, bulkOps, bulkOps, collectionExists, collectionExists, count, count, count, createCollection, createCollection, createCollection, createCollection, dropCollection, dropCollection, execute, execute, execute, executeCommand, executeCommand, executeCommand, executeQuery, exists, exists, exists, find, find, findAll, findAll, findAllAndRemove, findAllAndRemove, findAllAndRemove, findAndModify, findAndModify, findAndModify, findAndModify, findAndRemove, findAndRemove, findAndReplace, findAndReplace, findAndReplace, findAndReplace, findAndReplace, findAndReplace, findAndReplace, findById, findById, findDistinct, findDistinct, findDistinct, findDistinct, findOne, findOne, geoNear, geoNear, getCollection, getCollectionName, getCollectionNames, getConverter, group, group, indexOps, indexOps, insert, insert, insert, insert, insert, insertAll, mapReduce, mapReduce, mapReduce, mapReduce, mapReduce, query, remove, remove, remove, remove, remove, remove, save, save, scriptOps, stream, stream, update, updateFirst, updateFirst, updateFirst, updateMulti, updateMulti, updateMulti, upsert, upsert, upsert, withSession, withSession, withSessionpublic MongoOperationsDecoratorImpl(org.springframework.data.mongodb.core.MongoOperations impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.MongoOperations getImpl()
getImpl in interface MongoOperationsDecoratorpublic com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongoOperationsDecoratorCopyright © 2021. All rights reserved.