| Interface | Description |
|---|---|
| QueryDescriptionExtractor<T> |
| Class | Description |
|---|---|
| AbstractRandomKeyGenerator<S extends Serializable> |
This implementation will wrap the key generation process in a procedure that prevents duplicate keys from being
generated.
|
| AbstractRepositoryMetadataResolver |
This class will first check for common errors in a repository's definition before letting the resolution
proceed any further.
|
| AnnotationRepositoryMetadataResolver |
This class will try to resolve metadata from a repository interface that has been annotated with
Spring's
@RepositoryDefinition. |
| AssignableRepositoryMetadataResolver |
This class will try to determine the repository metadata from the generic arguments defined by the
repository interface, assuming that it has extended the
Repository interface from
Spring Data Commons. |
| DefaultOperatorContext |
This class is used to store the operators used in the name of a query method.
|
| DefaultRepositoryMetadataResolver |
This resolver will combine generic based and annotation based metadata resolution and deliver both in a single package.
|
| DescribedDataStoreOperation<K extends Serializable,E> |
This is a data store operation that has a description attached to it.
|
| ImmutableInvocation |
This is an immutable invocation.
|
| ImmutableMatchedOperator | |
| ImmutableOperator |
This is an immutable operator.
|
| ImmutableParameter |
This is an immutable parameter.
|
| ImmutableRepositoryMetadata |
This is an immutable repository metadata.
|
| MethodInvocationDataStoreOperation<K extends Serializable,E> |
This is a data store operation that delivers the operation by calling to a delegate method.
|
| MethodQueryDescriptionExtractor |
This class will parse a query method's name and extract a
query description
from that name. |
| PropertyComparator |
This is a comparator that will compare two objects based on a common property.
|
| 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.
|
Copyright © 2014–2016. All rights reserved.