|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.internal.queryframework.ContainerPolicy
oracle.toplink.queryframework.CursorPolicy
public abstract class 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 |
isCursorPolicy() |
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 |
|---|
clone, isCollectionPolicy, isCursoredStreamPolicy, isDirectMapPolicy, isListPolicy, isMapPolicy, isScrollableCursorPolicy, prepareForExecution, recordAddToCollectionInChangeRecord, recordRemoveFromCollectionInChangeRecord, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getPageSize()
public boolean isCursorPolicy()
isCursorPolicy in class oracle.toplink.internal.queryframework.ContainerPolicypublic void setPageSize(int pageSize)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||