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
 Parameter Parameters.getBindableParameter(int bindableIndex)
          Returns a bindable parameter with the given index.
 Parameter Parameter.getNext()
          Returns the next Parameter from the surrounding Parameters.
 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 Commons

Copyright © 2011. All Rights Reserved.