|
Spring Data Graph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionCallback | |
|---|---|
| org.springframework.data.document.mongodb | MongoDB core support. |
| Uses of CollectionCallback in org.springframework.data.document.mongodb |
|---|
| Methods in org.springframework.data.document.mongodb with parameters of type CollectionCallback | ||
|---|---|---|
|
MongoTemplate.execute(CollectionCallback<T> callback)
|
|
|
MongoOperations.execute(CollectionCallback<T> action)
Executes the given CollectionCallback on the default collection. |
|
|
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 Graph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||