| Modifier and Type | Class and Description |
|---|---|
class |
DescribedDataStoreOperation<K,E>
This is a data store operation that has a description attached to it.
|
class |
MethodInvocationDataStoreOperation<K,E>
This is a data store operation that delivers the operation by calling to a delegate method.
|
class |
SelectDataStoreOperation<K,E>
This is a data store operation that will read values from the underlying data store and match
them up against the query description's different decision branches.
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreOperation<?,K,E> |
InvocationMapping.getOperation() |
DataStoreOperation<?,?,?> |
DataOperationResolver.resolve(Method method)
Resolves the data store operation from the given method
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreOperation<?,K,E> |
ImmutableInvocationMapping.getOperation() |
| Constructor and Description |
|---|
ImmutableInvocationMapping(Method method,
DataStoreOperation<?,K,E> operation) |
| Modifier and Type | Method and Description |
|---|---|
DataStoreOperation<?,?,?> |
DefaultDataOperationResolver.resolve(Method method) |
DataStoreOperation<?,?,?> |
QueryMethodDataOperationResolver.resolve(Method method) |
DataStoreOperation<?,?,?> |
SignatureDataOperationResolver.resolve(Method method) |
Copyright © 2014–2021. All rights reserved.