| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| org.tentackle.persist.rmi |
Persistence layer 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() |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.