|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionCallback | |
|---|---|
| org.springframework.data.mongodb.core | MongoDB core support. |
| Uses of CollectionCallback in org.springframework.data.mongodb.core |
|---|
| Methods in org.springframework.data.mongodb.core with parameters of type CollectionCallback | ||
|---|---|---|
|
MongoTemplate.execute(Class<?> entityClass,
CollectionCallback<T> callback)
|
|
|
MongoOperations.execute(Class<?> entityClass,
CollectionCallback<T> action)
Executes the given CollectionCallback on the entity collection of the specified class. |
|
|
MongoTemplate.execute(String collectionName,
CollectionCallback<T> callback)
|
|
|
MongoOperations.execute(String collectionName,
CollectionCallback<T> action)
Executes the given CollectionCallback on the collection of the given name. |
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||