jar

com.github.cloudyrock.mongock : mongodb-springdata-v2-driver

Maven & Gradle

Apr 29, 2021
2 usages
397 stars

Mongock driver for spring-data-mongodb v2

Table Of Contents

Latest Version

Download com.github.cloudyrock.mongock : mongodb-springdata-v2-driver JAR file - Latest Versions:

All Versions

Download com.github.cloudyrock.mongock : mongodb-springdata-v2-driver JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.3.x
4.2.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mongodb-springdata-v2-driver-5.0.2.BETA.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.AggregationWithAggregationDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.AggregationWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.ExecutableAggregationDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.TerminatingAggregationDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.ExecutableMapReduceDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithMapFunctionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithOptionsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithProjectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithQueryDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.MapReduceWithReduceFunctionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.impl.TerminatingMapReduceDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.ExecutableFindDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.FindDistinctDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.FindWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.FindWithProjectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.FindWithQueryDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.TerminatingDistinctDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.TerminatingFindDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.impl.TerminatingFindNearDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.ExecutableRemoveDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.RemoveWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.RemoveWithQueryDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.TerminatingRemoveDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.BulkOperationsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.ClientSessionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.CloseableIteratorDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.IndexOperationsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.MongoDbFactoryDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.MongoOperationsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.ScriptOperationsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.SessionCallbackDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.SessionScopedDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.BulkOperationsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.ClientSessionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.CloseableIteratorDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.IndexOperationsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.MongoDbFactoryDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.MongoOperationsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.MongockTemplate.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.ScriptOperationsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.SessionCallbackDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.impl.SessionScopedDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.config

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.config.MongoDBConfiguration.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.config.SpringDataMongoV2Context.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.ExecutableUpdateDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.FindAndModifyWithOptionsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.FindAndReplaceWithOptionsDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.FindAndReplaceWithProjectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.TerminatingFindAndModifyDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.TerminatingFindAndReplaceDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.TerminatingUpdateDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.UpdateWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.UpdateWithQueryDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.impl.UpdateWithUpdateDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.ExecutableMapReduceDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithMapFunctionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithOptionsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithProjectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithQueryDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.MapReduceWithReduceFunctionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.mapreduce.TerminatingMapReduceDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.ExecutableFindDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.FindDistinctDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.FindWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.FindWithProjectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.FindWithQueryDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.TerminatingDistinctDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.TerminatingFindDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.find.TerminatingFindNearDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.impl.AggregationWithAggregationDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.impl.AggregationWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.impl.ExecutableAggregationDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.aggregation.impl.TerminatingAggregationDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.ExecutableInsertDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.InsertWithBulkModeDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.InsertWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.TerminatingBulkInsertDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.TerminatingInsertDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.ExecutableUpdateDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.FindAndModifyWithOptionsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.FindAndReplaceWithOptionsDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.FindAndReplaceWithProjectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.TerminatingFindAndModifyDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.TerminatingFindAndReplaceDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.TerminatingUpdateDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.UpdateWithCollectionDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.UpdateWithQueryDecorator.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.update.UpdateWithUpdateDecorator.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl.ExecutableInsertDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl.InsertWithBulkModeDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl.InsertWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl.TerminatingBulkInsertDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.insert.impl.TerminatingInsertDecoratorImpl.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.SpringDataMongoV2ChangeEntryRepository.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.SpringDataMongoV2Driver.class - [JAR]

com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.impl

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.impl.ExecutableRemoveDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.impl.RemoveWithCollectionDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.impl.RemoveWithQueryDecoratorImpl.class - [JAR]

├─ com.github.cloudyrock.mongock.driver.mongodb.springdata.v2.decorator.operation.executable.remove.impl.TerminatingRemoveDecoratorImpl.class - [JAR]