| Interface | Description |
|---|---|
| CodecRegistryProvider |
Provider interface to obtain
CodecRegistry from the underlying MongoDB Java driver. |
| MongoDbFactory |
Interface for factories creating
DB instances. |
| ReactiveMongoDatabaseFactory |
Interface for factories creating reactive
MongoDatabase instances. |
| SessionAwareMethodInterceptor.ClientSessionOperator<T> |
Represents an operation upon two operands of the same type, producing a result of the same type as the operands
accepting
ClientSession. |
| Class | Description |
|---|---|
| MongoCollectionUtils |
Helper class featuring helper methods for working with MongoDb collections.
|
| SessionAwareMethodInterceptor<D,C> |
MethodInterceptor implementation looking up and invoking an alternative target method having
ClientSession as its first argument. |
| Exception | Description |
|---|---|
| BulkOperationException |
Is thrown when errors occur during bulk operations.
|
| CannotGetMongoDbConnectionException |
Exception being thrown in case we cannot connect to a MongoDB instance.
|
| ClientSessionException |
NonTransientDataAccessException specific to MongoDB ClientSession related data
access failures such as reading data using an already closed session. |
| InvalidMongoDbApiUsageException | |
| LazyLoadingException | |
| UncategorizedMongoDbException |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.