Interface | Description |
---|---|
MongoPreparedQuery<E,R,Dtb> |
MongoDB's
PreparedQuery . |
MongoReactiveRepositoryOperations |
MongoDB reactive repository operations.
|
MongoReactorRepositoryOperations |
A variation of
MongoReactiveRepositoryOperations with Reactor specific method to execute an operation with the contextual ClientSession . |
MongoRepositoryOperations |
Mongo DB repository operations.
|
MongoRoles |
Mongo parameter roles contansts.
|
MongoStoredQuery<E,R,Dtb> |
MongoDB's
StoredQuery . |
Class | Description |
---|---|
DefaultMongoRepositoryOperations |
Default Mongo repository operations.
|
DefaultMongoRepositoryOperations.MongoOperationContext | |
DefaultReactiveMongoRepositoryOperations |
The reactive MongoDB repository operations implementation.
|
DefaultReactiveMongoRepositoryOperations.MongoOperationContext | |
MongoAggregation |
The MongoDB's aggregation command.
|
MongoDelete |
The MongoDB's delete many command.
|
MongoFind |
The MongoDB's find command.
|
MongoUpdate |
The MongoDB's many command.
|
MongoUtils |
Mongo internal utils.
|