public class DataOperationInvocationHandler<K,E> extends Object implements InvocationHandler
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–2021. All rights reserved.