Uses of Package
org.springframework.data.repository.query
Package
Description
Querydsl integration support classes.
Base classes to implement CDI support for repositories.
Support classes for repository namespace and JavaConfig integration.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
Support classes for parsing queries from method names.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
ClassDescriptionFetchable extension
FluentQuery
allowing to materialize results from the underlying query.Reactive extensionFluentQuery
allowing to materialize results from the underlying query. -
ClassDescriptionProvides a way to access a centrally defined potentially shared
EvaluationContext
. -
-
ClassDescriptionStrategy interface for which way to lookup
RepositoryQuery
s.Abstraction of a method that is designated to execute a finder query.Provides a way to access a centrally defined potentially sharedEvaluationContext
.Interface for a query abstraction. -
ClassDescriptionDefault implementation of
Parameters
.Fluent interface to define and run a query along with projection and sorting and.Fetchable extensionFluentQuery
allowing to materialize results from the underlying query.Reactive extensionFluentQuery
allowing to materialize results from the underlying query.Class to abstract a single parameter of a query method.Interface to access method parameters.Abstracts method parameters that have to be bound to query parameters or applied to the query independently.Interface to allow execution of Query by ExampleExample
instances.Exception to be thrown if a query cannot be created from aMethod
.Abstraction of a method that is designated to execute a finder query.Provides a way to access a centrally defined potentially sharedEvaluationContext
.Provides a way to access a centrally defined potentially sharedEvaluationContext
by consideringReactiveEvaluationContextExtension
.Interface for a query abstraction.AResultProcessor
to expose metadata about query result element projection and eventually post processing raw query results into projections and data transfer objects.A representation of the type returned by aQueryMethod
.Evaluates SpEL expressions as extracted by theSpelQueryContext.SpelExtractor
based on parameter information from a method and parameter values from a method call.A SpelQueryContext is able to find SpEL expressions in a query string and to replace them with bind variables.An extension ofSpelQueryContext
that can createSpelEvaluator
instances as it also knows about aQueryMethodEvaluationContextProvider
.Parses a query string, identifies the contained SpEL expressions, replaces them with bind parameters and offers aMap
from those bind parameters to the SpEL expression. -
-