public static interface ExecutableFindByIdOperation.FindByIdWithCollection<T> extends ExecutableFindByIdOperation.TerminatingFindById<T>, WithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByIdOperation.TerminatingFindById<T> |
inCollection(String collection)
Allows to specify a different collection than the default one configured.
|
all, oneExecutableFindByIdOperation.TerminatingFindById<T> inCollection(String collection)
inCollection in interface WithCollection<T>collection - the collection to use in this scope.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.