Uses of Class
org.eclipse.persistence.queries.Cursor
-
Packages that use Cursor Package Description org.eclipse.persistence.internal.queries org.eclipse.persistence.internal.sessions.remote org.eclipse.persistence.queries -
-
Uses of Cursor in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type Cursor Modifier and Type Method Description AbstractRecordJoinedAttributeManager. processDataResults(AbstractRecord row, Cursor cursor, boolean forward)Process the data-results for joined data for a 1-m join. -
Uses of Cursor in org.eclipse.persistence.internal.sessions.remote
Subclasses of Cursor in org.eclipse.persistence.internal.sessions.remote Modifier and Type Class Description classRemoteCursoredStreamPurpose: The object is used as a wrapper to the CursoredStream object in the remote transaction (via RMI, CORBA, etc.)classRemoteScrollableCursorPurpose: The object is used as a wrapper to the ScrollableCursor object in the remote transaction (via RMI, CORBA, etc.)Fields in org.eclipse.persistence.internal.sessions.remote with type parameters of type Cursor Modifier and Type Field Description protected Map<ObjID,Cursor>RemoteSessionController. remoteCursorsThe original cursor (either CursoredStream or ScrollableCursor, before they were serialized; keyed by IDMethods in org.eclipse.persistence.internal.sessions.remote that return types with arguments of type Cursor Modifier and Type Method Description protected Map<ObjID,Cursor>RemoteSessionController. getRemoteCursors()return the pre-remoted cursorsMethod parameters in org.eclipse.persistence.internal.sessions.remote with type arguments of type Cursor Modifier and Type Method Description protected voidRemoteSessionController. setRemoteCursors(Map<ObjID,Cursor> remoteCursors)set the pre-remoted cursors -
Uses of Cursor in org.eclipse.persistence.queries
Subclasses of Cursor in org.eclipse.persistence.queries Modifier and Type Class Description classCursoredStreamPurpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.classScrollableCursor
-