Uses of Interface
org.springframework.data.repository.query.RepositoryQuery
Package
Description
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of RepositoryQuery in org.springframework.data.repository.core.support
Modifier and TypeInterfaceDescriptioninterface
QueryCreationListener<T extends RepositoryQuery>
Callback for listeners that want to execute functionality onRepositoryQuery
creation. -
Uses of RepositoryQuery in org.springframework.data.repository.query
Modifier and TypeMethodDescriptionQueryLookupStrategy.resolveQuery
(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries) Resolves aRepositoryQuery
from the givenQueryMethod
that can be executed afterwards.