public interface QueryResult<T> extends Iterable<QueryResultItem>
| Modifier and Type | Method and Description | 
|---|---|
| int[] | firstBatchUpdateCount()A utility method for quickly retrieving the first batch update count array from the response. | 
| List<T> | firstList()A utility method for quickly retrieving the first list in the response. | 
| int | firstUpdateCount()A utility method for quick retrieval of the first update count from the response. | 
| boolean | isList()Returns whether current iteration result is a list or an update count. | 
| int | size()Returns a number of results in the response. | 
forEach, iterator, spliteratorint size()
boolean isList()
List<T> firstList()
int[] firstBatchUpdateCount()
int firstUpdateCount()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.