Uses of Interface
org.springframework.data.repository.query.RepositoryQuery
Packages that use 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
Classes in org.springframework.data.repository.core.support with type parameters of type RepositoryQueryModifier and TypeInterfaceDescriptioninterfaceQueryCreationListener<T extends RepositoryQuery>Callback for listeners that want to execute functionality onRepositoryQuerycreation. -
Uses of RepositoryQuery in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return RepositoryQueryModifier and TypeMethodDescriptionQueryLookupStrategy.resolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries) Resolves aRepositoryQueryfrom the givenQueryMethodthat can be executed afterwards.