Uses of Class
org.eclipse.persistence.queries.CursoredStream
-
Packages that use CursoredStream Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.sessions.remote -
-
Uses of CursoredStream in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type CursoredStream Modifier and Type Field Description static Class<CursoredStream>ClassConstants. CursoredStream_Class -
Uses of CursoredStream in org.eclipse.persistence.internal.sessions.remote
Subclasses of CursoredStream in org.eclipse.persistence.internal.sessions.remote Modifier and Type Class Description classRemoteCursoredStreamPurpose: The object is used as a wrapper to the CursoredStream object in the remote transaction (via RMI, CORBA, etc.)Constructors in org.eclipse.persistence.internal.sessions.remote with parameters of type CursoredStream Constructor Description RemoteCursoredStream(CursoredStream serverCursoredStream)
-