Spring Data Core

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

Packages that use Parameter
org.springframework.data.repository.query Support classes to work with query methods. 
 

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

Classes in org.springframework.data.repository.query with type parameters of type Parameter
 class Parameters<S extends Parameters<S,T>,T extends Parameter>
          Abstracts method parameters that have to be bound to query parameters or applied to the query independently.
 

Methods in org.springframework.data.repository.query that return Parameter
protected  Parameter DefaultParameters.createParameter(MethodParameter parameter)
           
 

Method parameters in org.springframework.data.repository.query with type arguments of type Parameter
protected  DefaultParameters DefaultParameters.createFrom(List<Parameter> parameters)
           
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.