|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.internal.queryframework.ContainerPolicy
oracle.toplink.queryframework.CursorPolicy
Purpose: Abstract class for all Cursor-related policy objects
| Method Summary | |
int |
getPageSize()
Return the number of elements to be read into a cursored stream when more elements are needed from the database. |
boolean |
isCursoredStreamPolicy()
|
boolean |
isCursorPolicy()
|
boolean |
isScrollableCursorPolicy()
|
void |
setPageSize(int pageSize)
Set the number of elements to be read into a cursored stream when more elements are needed from the database. |
| Methods inherited from class oracle.toplink.internal.queryframework.ContainerPolicy |
addInto, addInto, addIntoWithOrder, addIntoWithOrder, addIntoWithOrder, buildContainerFromVector, buildPolicyFor, clear, clone, cloneFor, compareKeys, concatenateContainers, containerInstance, containerInstance, contains, getContainerClass, getContainerClassName, getElementDescriptor, hasElementDescriptor, hasOrder, initializeConstructor, isCollectionPolicy, isCursorStreamPolicy, isDirectMapPolicy, isEmpty, isListPolicy, isMapPolicy, isValidContainer, isValidContainerType, keyFrom, next, prepareForExecution, recordAddToCollectionInChangeRecord, recordRemoveFromCollectionInChangeRecord, removeAllElements, removeFrom, removeFrom, removeFromWithOrder, setContainerClass, setContainerClassName, setElementDescriptor, setKeyMethod, toString, validateElementAndRehashIfRequired, vectorFor |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getPageSize()
public boolean isCursoredStreamPolicy()
public boolean isCursorPolicy()
public boolean isScrollableCursorPolicy()
public void setPageSize(int pageSize)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||