|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.data.repository.query | |
---|---|
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. |
org.springframework.data.repository.query.parser | Support classes for parsing queries from method names. |
org.springframework.data.repository.support | Support classes for integration of the repository programming model with 3rd party frameworks. |
Classes in org.springframework.data.repository.query used by org.springframework.data.repository.core.support | |
---|---|
QueryLookupStrategy
Strategy interface for which way to lookup RepositoryQuery s. |
|
QueryLookupStrategy.Key
|
|
QueryMethod
Abstraction of a method that is designated to execute a finder query. |
|
RepositoryQuery
Interface for a query abstraction. |
Classes in org.springframework.data.repository.query used by org.springframework.data.repository.query | |
---|---|
DefaultParameters
Default implementation of Parameters . |
|
Parameter
Class to abstract a single parameter of a query method. |
|
ParameterAccessor
Interface to access method parameters. |
|
Parameters
Abstracts method parameters that have to be bound to query parameters or applied to the query independently. |
|
QueryCreationException
Exception to be thrown if a query cannot be created from a QueryMethod . |
|
QueryLookupStrategy.Key
|
|
QueryMethod
Abstraction of a method that is designated to execute a finder query. |
|
RepositoryQuery
Interface for a query abstraction. |
Classes in org.springframework.data.repository.query used by org.springframework.data.repository.query.parser | |
---|---|
ParameterAccessor
Interface to access method parameters. |
Classes in org.springframework.data.repository.query used by org.springframework.data.repository.support | |
---|---|
QueryMethod
Abstraction of a method that is designated to execute a finder query. |
|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |