E
- Type of the element of the query resultpublic interface QueryResult<E> extends Collection<E>
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.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2019. All rights reserved.