| Modifier and Type | Class and Description |
|---|---|
class |
DescribedDataStoreOperation<K extends Serializable,E>
This is a data store operation that has a description attached to it.
|
class |
MethodInvocationDataStoreOperation<K extends Serializable,E>
This is a data store operation that delivers the operation by calling to a delegate method.
|
class |
SelectDataStoreOperation<K extends Serializable,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<?,?,?> |
QueryMethodDataOperationResolver.resolve(Method method) |
DataStoreOperation<?,?,?> |
DefaultDataOperationResolver.resolve(Method method) |
DataStoreOperation<?,?,?> |
SignatureDataOperationResolver.resolve(Method method) |
Copyright © 2014–2016. All rights reserved.