See: Description
Interface | Description |
---|---|
ParameterAccessor |
Interface to access method parameters.
|
QueryLookupStrategy |
Strategy interface for which way to lookup
RepositoryQuery s. |
RepositoryQuery |
Interface for a query abstraction.
|
Class | Description |
---|---|
DefaultParameters |
Default implementation of
Parameters . |
Parameter |
Class to abstract a single parameter of a query method.
|
Parameters<S extends Parameters<S,T>,T extends Parameter> |
Abstracts method parameters that have to be bound to query parameters or applied to the query independently.
|
ParametersParameterAccessor |
ParameterAccessor implementation using a Parameters instance to find special parameters. |
QueryMethod |
Abstraction of a method that is designated to execute a finder query.
|
Enum | Description |
---|---|
QueryLookupStrategy.Key |
Exception | Description |
---|---|
ParameterOutOfBoundsException |
Exception to be thrown when trying to access a
Parameter with an invalid index inside a Parameters
instance. |
QueryCreationException |
Exception to be thrown if a query cannot be created from a
QueryMethod . |
Annotation Type | Description |
---|---|
Param |
Annotation to bind let method parameters be bound to a query via a named parameter.
|
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.