Spring Data Commons

Uses of Class
org.springframework.data.repository.query.QueryMethod

Packages that use QueryMethod
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.support Support classes for integration of the repository programming model with 3rd party frameworks. 
 

Uses of QueryMethod in org.springframework.data.repository.core.support
 

Methods in org.springframework.data.repository.core.support that return types with arguments of type QueryMethod
protected  List<QueryMethod> RepositoryFactorySupport.getQueryMethods()
           
 List<QueryMethod> RepositoryFactoryInformation.getQueryMethods()
          Returns all QueryMethods declared for that repository.
 List<QueryMethod> RepositoryFactoryBeanSupport.getQueryMethods()
           
 

Uses of QueryMethod in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query that return QueryMethod
 QueryMethod RepositoryQuery.getQueryMethod()
          Returns the
 

Methods in org.springframework.data.repository.query with parameters of type QueryMethod
static QueryCreationException QueryCreationException.create(QueryMethod method, String message)
          Creates a new QueryCreationException.
static QueryCreationException QueryCreationException.create(QueryMethod method, Throwable cause)
          Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
static QueryCreationException QueryCreationException.invalidProperty(QueryMethod method, String propertyName)
          Rejects the given domain class property.
 

Uses of QueryMethod in org.springframework.data.repository.support
 

Methods in org.springframework.data.repository.support that return types with arguments of type QueryMethod
 List<QueryMethod> Repositories.getQueryMethodsFor(Class<?> domainClass)
          Returns the QueryMethods contained in the repository managing the given domain class.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.