Spring Data Commmons

org.springframework.data.repository.query
Class SimpleParameterAccessor.BindableParameterIterator

java.lang.Object
  extended by org.springframework.data.repository.query.SimpleParameterAccessor.BindableParameterIterator
Enclosing class:
SimpleParameterAccessor

public class SimpleParameterAccessor.BindableParameterIterator
extends Object

Iterator class to allow traversing all bindable parameters inside the accessor.

Author:
Oliver Gierke

Constructor Summary
SimpleParameterAccessor.BindableParameterIterator()
           
 
Method Summary
 Object next()
          Returns the next bindable parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleParameterAccessor.BindableParameterIterator

public SimpleParameterAccessor.BindableParameterIterator()
Method Detail

next

public Object next()
Returns the next bindable parameter.

Returns:

Spring Data Commmons

Copyright © 2011. All Rights Reserved.