|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResult
Lazy collection results from a Query. The actual result elements are only loaded when accessed.
Method Summary | |
---|---|
void |
close()
Method to close the results. |
void |
closingConnection()
Inform the result that we are closing the connection so it can perform any necessary reads now. |
Methods inherited from interface org.jpox.store.query.Queryable |
---|
isEmpty, newQueryStatement, newQueryStatement, newResultObjectFactory |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
void close()
void closingConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |