public interface QueryResult extends Collection
The lifecycle of a QueryResult is as follows
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Method to close the results, making them unusable thereafter.
|
void |
disconnect()
Method to disconnect the results from the ExecutionContext, meaning that thereafter it just behaves
like a List.
|
Copyright © 2013. All Rights Reserved.