org.apache.cayenne
Interface ResultIteratorCallback<T>


public interface ResultIteratorCallback<T>

A callback interface that allows to scan through a ResultIterator without the need to close it explicitly.

Since:
3.2

Method Summary
 void iterate(ResultIterator<T> iterator)
           
 

Method Detail

iterate

void iterate(ResultIterator<T> iterator)


Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.