Package org.apache.cayenne.util
Class IncrementalListResponse
java.lang.Object
org.apache.cayenne.util.ListResponse
org.apache.cayenne.util.IncrementalListResponse
- All Implemented Interfaces:
Serializable
,QueryResponse
A QueryResponse that contains a sublist of the query result. Also contains extra
information about the full list.
- Since:
- 1.2
- See Also:
-
Field Summary
Fields inherited from class org.apache.cayenne.util.ListResponse
currentIndex, objectList
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.cayenne.util.ListResponse
currentList, currentUpdateCount, firstList, firstUpdateCount, isList, next, reset, size
-
Field Details
-
fullSize
protected int fullSize
-
-
Constructor Details
-
IncrementalListResponse
-
-
Method Details
-
getFullSize
public int getFullSize()
-