Spring Data Commons

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(org.springframework.core.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
 java.util.Iterator<Parameter> Parameters.iterator()
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.