|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultIterator | |
---|---|
org.apache.cayenne | Contains persistence APIs directly accessible by users. |
org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. |
Uses of ResultIterator in org.apache.cayenne |
---|
Subinterfaces of ResultIterator in org.apache.cayenne | |
---|---|
interface |
ResultIterator<T>
Defines API of an iterator over the records returned as a result of SelectQuery execution. |
Uses of ResultIterator in org.apache.cayenne.access.jdbc |
---|
Classes in org.apache.cayenne.access.jdbc that implement ResultIterator | |
---|---|
class |
CollectionResultIterator<T>
A ResultIterator over a collection of objects. |
class |
DistinctResultIterator<T>
A ResultIterator that does in-memory filtering of rows to return only distinct rows. |
class |
JDBCResultIterator<T>
A ResultIterator over the underlying JDBC ResultSet. |
class |
LimitResultIterator<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |