| AggregateResult<T> |
A generic aggregate result containing a list of results, and a total count.
|
| KiwiMongoConverters |
A few utilities related to Spring Data Mongo and custom Converters.
|
| KiwiMongoConverters.BsonUndefinedToNullStringConverter |
A Converter that maps from the JS 'undefined' type to a 'null' value.
|
| KiwiMongoIndexes |
Utilities related to Mongo indexes.
|
| KiwiPage<T> |
Represents one page of an overall list of results.
|
| KiwiPaging |
Static utilities to allow simple construction of Spring Data Sort and Pageable objects.
|
| KiwiSort |
Describes a sort on a specific property that is applied to a result list.
|
| KiwiSpringMongoQueries |
Static utilities for performing MongoDB queries using Spring Data.
|
| PagingQuery |
A subclass of Query that adds pagination helpers.
|
| PagingRequest |
|