|
||||||||||
| 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.
The lifecycle of a QueryResult is as follows
| Method Summary | |
|---|---|
void |
close()
Method to close the results, making them unusable thereafter. |
void |
disconnect()
Method to disconnect the results from the ObjectManager, meaning that thereafter it just behaves like a List. |
| 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 disconnect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||