public interface QueryResultItem<T>
| Modifier and Type | Method and Description | 
|---|---|
| int[] | getBatchUpdateCounts()Returns batch update result in a form of array of individual update counts. | 
| List<T> | getSelectResult()Returns a list of selected objects. | 
| int | getUpdateCount()Returns an update count. | 
| boolean | isBatchUpdate()Returns true if encapsulated result is a batch update result. | 
| boolean | isSelectResult()Returns true if encapsulated result is a select result. | 
boolean isSelectResult()
boolean isBatchUpdate()
List<T> getSelectResult()
isSelectResult() returns true.int getUpdateCount()
int[] getBatchUpdateCounts()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.