See: Description
| Interface | Description |
|---|---|
| MongoRepository<T,ID> |
Mongo specific
Repository interface. |
| ReactiveMongoRepository<T,ID> |
Mongo specific
Repository interface with reactive support. |
| Annotation Type | Description |
|---|---|
| CountQuery |
Annotation to declare finder count queries directly on repository methods.
|
| DeleteQuery |
Annotation to declare finder delete queries directly on repository methods.
|
| ExistsQuery |
Annotation to declare finder exists queries directly on repository methods.
|
| Meta | |
| Near |
Annotation to be used for disambiguing method parameters that shall be used to trigger geo near queries.
|
| Query |
Annotation to declare finder queries directly on repository methods.
|
| Tailable |
Annotation to declare an infinite stream using MongoDB's
tailable
cursors. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.