Package | Description |
---|---|
org.springframework.data.projection |
Projection subsystem.
|
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
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 |
---|---|
protected ProjectionFactory |
RepositoryFactorySupport.getProjectionFactory(ClassLoader classLoader,
BeanFactory beanFactory)
Returns the
ProjectionFactory to be used with the repository instances created. |
Constructor and Description |
---|
QueryExecutorMethodInterceptor(RepositoryInformation repositoryInformation,
ProjectionFactory projectionFactory)
Creates a new
RepositoryFactorySupport.QueryExecutorMethodInterceptor . |
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–2020 Pivotal Software, Inc.. All rights reserved.