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 SummaryFieldsFields inherited from class org.apache.cayenne.util.ListResponsecurrentIndex, objectList
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.cayenne.util.ListResponsecurrentList, currentUpdateCount, firstList, isList, next, reset, sizeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cayenne.QueryResponsecurrentIterator, firstIterator, firstUpdateCount, isIterator
- 
Field Details- 
fullSizeprotected int fullSize
 
- 
- 
Constructor Details- 
IncrementalListResponse
 
- 
- 
Method Details- 
getFullSizepublic int getFullSize()
 
-