org.apache.cayenne.util
Class IncrementalListResponse
java.lang.Object
   org.apache.cayenne.util.ListResponse
org.apache.cayenne.util.ListResponse
       org.apache.cayenne.util.IncrementalListResponse
org.apache.cayenne.util.IncrementalListResponse
- All Implemented Interfaces: 
- Serializable, QueryResponse
- public class IncrementalListResponse 
- extends ListResponse
A QueryResponse that contains a sublist of the query result. Also contains extra
 information about the full list.
- Since:
- 1.2
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fullSize
protected int fullSize
IncrementalListResponse
public IncrementalListResponse(List objectList,
                               int fullSize)
getFullSize
public int getFullSize()
- 
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.