Uses of Class
org.tentackle.persist.ResultSetCursor.FetchList
-
Packages that use ResultSetCursor.FetchList Package Description org.tentackle.persist Higher-level PDO-aware persistence implementation.org.tentackle.persist.rmi Higher-level PDO-aware persistence remoting. -
-
Uses of ResultSetCursor.FetchList in org.tentackle.persist
Methods in org.tentackle.persist that return ResultSetCursor.FetchList Modifier and Type Method Description ResultSetCursor.FetchList<T>ResultSetCursor. fetch()Fetches the next objects up to the fetchsize.
This method is provided to minimize the number of roundtrips especially for remote cursoresources.rs. -
Uses of ResultSetCursor.FetchList in org.tentackle.persist.rmi
Methods in org.tentackle.persist.rmi that return ResultSetCursor.FetchList Modifier and Type Method Description ResultSetCursor.FetchList<T>RemoteResultSetCursor. fetch()Fetches the next objects up to the fetchsize.
This method is provided to minimize the number of roundtrips especially for remote cursors.ResultSetCursor.FetchList<T>RemoteResultSetCursorImpl. fetch()
-