| Package | Description |
|---|---|
| org.tentackle.persist |
Higher-level PDO-aware persistence implementation.
|
| org.tentackle.persist.rmi |
Higher-level PDO-aware persistence remoting.
|
| Modifier and Type | Method and 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 cursors. |
| Modifier and Type | Method and 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() |
Tentackle - distributed, domain- and model-driven