public interface UESMongoTemplate
extends org.springframework.data.mongodb.core.MongoOperations
| Modifier and Type | Interface and Description |
|---|---|
static class |
UESMongoTemplate.PagedList<T>
Result of paged query.
|
| Modifier and Type | Method and Description |
|---|---|
<T> UESMongoTemplate.PagedList<T> |
findPaged(org.springframework.data.mongodb.core.query.Query query,
Map the results of an ad-hoc query on the collection for the entity class to a List of the specified type.
|
<T> UESMongoTemplate.PagedList<T> |
findPaged(org.springframework.data.mongodb.core.query.Query query,
Map the results of an ad-hoc query on the collection for the entity class to a List of the specified type.
|
collectionExists, collectionExists, count, count, createCollection, createCollection, createCollection, createCollection, dropCollection, dropCollection, execute, execute, execute, executeCommand, executeCommand, executeCommand, executeInSession, executeQuery, find, find, findAll, findAll, findAndModify, findAndModify, findAndModify, findAndModify, findAndRemove, findAndRemove, findById, findById, findOne, findOne, geoNear, geoNear, getCollection, getCollectionName, getCollectionNames, getConverter, group, group, indexOps, indexOps, insert, insert, insert, insert, insertAll, mapReduce, mapReduce, mapReduce, mapReduce, remove, remove, remove, remove, save, save, updateFirst, updateFirst, updateMulti, updateMulti, upsert, upsertquery - The query class that specifies the criteria used to find a record and also an optional fields specificationpageIndex - Index of page (pages are zero indexed)pageSize - Size of pageentityClass - The parameterized type of the returned list.query - The query class that specifies the criteria used to find a record and also an optional fields specificationpageIndex - Index of page (pages are zero indexed)pageSize - Size of pageentityClass - The parameterized type of the returned list.collectionName - Name of the collection to retrieve the objects from