public class DataOperationInvocationHandler<K extends Serializable,E> extends Object implements InvocationHandler
This class is in charge of handling a data operation that was triggered by invoking a repository method.
The invocation is first considered by trying to find a data operation handler. If such a handler cannot be
found, we will try to handle it by finding the appropriate non-data
operation handler.
| Constructor and Description |
|---|
DataOperationInvocationHandler(RepositoryConfiguration repositoryConfiguration,
List<InvocationMapping<K,E>> mappings,
DataStore<K,E> dataStore,
ResultAdapterContext adapterContext,
NonDataOperationInvocationHandler operationInvocationHandler) |
public DataOperationInvocationHandler(RepositoryConfiguration repositoryConfiguration, List<InvocationMapping<K,E>> mappings, DataStore<K,E> dataStore, ResultAdapterContext adapterContext, NonDataOperationInvocationHandler operationInvocationHandler)
Copyright © 2014–2016. All rights reserved.