Uses of Interface
org.tentackle.persist.rmi.RemoteResultSetCursor
Packages that use RemoteResultSetCursor
Package
Description
Higher-level PDO-aware persistence implementation.
Higher-level PDO-aware persistence remoting.
-
Uses of RemoteResultSetCursor in org.tentackle.persist
Methods in org.tentackle.persist that return RemoteResultSetCursorConstructors in org.tentackle.persist with parameters of type RemoteResultSetCursorModifierConstructorDescriptionResultSetCursor(DomainContext context, RemoteResultSetCursor<T> remoteCursor) Creates a cursor for a remote session.
Constructor for pdo objects. -
Uses of RemoteResultSetCursor in org.tentackle.persist.rmi
Classes in org.tentackle.persist.rmi that implement RemoteResultSetCursorModifier and TypeClassDescriptionclassRemoteResultSetCursorImpl<T extends PersistentDomainObject<T>>Remote delegate implementation forResultSetCursor.