Uses of Class
org.tentackle.persist.ResultSetCursor
Packages that use ResultSetCursor
Package
Description
Higher-level PDO-aware persistence implementation.
Higher-level PDO-aware persistence remoting.
-
Uses of ResultSetCursor in org.tentackle.persist
Methods in org.tentackle.persist that return ResultSetCursorModifier and TypeMethodDescriptionAbstractPersistentObject.executeScrollableQuery(Query query) Executes aQuerywhich was built to return a tracked list of this entity type.AbstractPersistentObject.executeScrollableQuery(Query query, JoinedSelect<T> js) Executes aQuerywhich was built to return a tracked list of this entity type. -
Uses of ResultSetCursor in org.tentackle.persist.rmi
Methods in org.tentackle.persist.rmi that return ResultSetCursorMethods in org.tentackle.persist.rmi with parameters of type ResultSetCursorModifier and TypeMethodDescriptionvoidRemoteResultSetCursorImpl.setCursor(ResultSetCursor<T> cursor) Sets the local cursor.