Package | Description |
---|---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ParameterAccessor
Interface to access method parameters.
|
Class and Description |
---|
QueryMethod
Abstraction of a method that is designated to execute a finder query.
|
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.