public interface DataOperationResolver
This interface encapsulates the process of resolving the handler for a single unit of work when interacting with an
underlying data store.
| Modifier and Type | Method and Description |
|---|---|
DataStoreOperation<?,?,?> |
resolve(Method method)
Resolves the data store operation from the given method
|
DataStoreOperation<?,?,?> resolve(Method method)
method - the method for which a data operation is required.Copyright © 2014–2016. All rights reserved.