mirror of https://github.com/apache/openjpa.git
OPENJPA-1699: Fix typo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1058757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d916e6feb8
commit
0568802abf
|
@ -717,8 +717,8 @@ See DB2 for z/OS documentation for additional information.
|
|||
When using LOBs with persistent attributes of a streaming data type (e.g.
|
||||
<literal>java.io.InputStream</literal>) in the case of very large lob, DB2 JCC
|
||||
driver will automatically use progressive streaming to retrieve the Lob data.
|
||||
With progressiveStreaming, the inputStream retrieved (see red below) must be
|
||||
fully materialized before the next iteration of call to rs.next(). By default
|
||||
With progressiveStreaming, the inputStream retrieved must be fully materialized
|
||||
before the next iteration of call to rs.next(). By default
|
||||
this will result in a LobClosedException when OpenJPA processes the InputStream.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue