Spring Data Commons

Uses of Package
org.springframework.data.repository.query

Packages that use org.springframework.data.repository.query
org.springframework.data.repository.config Base classes for repository namespace implementations. 
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. 
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.config
QueryLookupStrategy.Key
           
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.core.support
QueryLookupStrategy
          Strategy interface for which way to lookup RepositoryQuerys.
QueryLookupStrategy.Key
           
RepositoryQuery
          Interface for a query abstraction.
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.query
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.
QueryMethod.Type
           
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.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.