Package | Description |
---|---|
org.springframework.data.projection | |
org.springframework.data.repository.query |
Support classes to work with query methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SpelAwareProxyProjectionFactory
A
ProxyProjectionFactory that adds support to use Value -annotated methods on a projection interface
to evaluate the contained SpEL expression to define the outcome of the method call. |
Modifier and Type | Method and Description |
---|---|
RepositoryQuery |
QueryLookupStrategy.resolveQuery(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
NamedQueries namedQueries)
Resolves a
RepositoryQuery from the given QueryMethod that can be executed afterwards. |
Constructor and Description |
---|
QueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory)
Creates a new
QueryMethod from the given parameters. |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.