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
 

Methods in org.springframework.data.repository.query that return Parameter
protected  Parameter Parameters.createParameter(MethodParameter parameter)
           
 Parameter Parameters.getBindableParameter(int bindableIndex)
          Returns a bindable parameter with the given index.
 Parameter Parameters.getParameter(int index)
          Returns the parameter with the given index.
 

Methods in org.springframework.data.repository.query that return types with arguments of type Parameter
 Iterator<Parameter> Parameters.iterator()
           
 


Spring Data Core

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.