Skip to content

Commit 158d73b

Browse files
authored
Update AccessJsonColumnUsingJacksonObjectNode.java (#127)
1 parent 6007dbd commit 158d73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingJacksonObjectNode.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
/**
5555
* <p>
5656
* A standalone example that inserts and retrieves JSON data to the Oracle database
57-
* using an {@link OsonFactory} and {@link ObjectNode}. Recommended for applications
58-
* that already consume {@link ObjectNode}, for other application it is recommended
59-
* to use a POJO instead.
57+
* using an {@link OsonFactory} and {@link ObjectNode}. It is recommended for applications
58+
* that already consume {@link ObjectNode} instances. Otherwise, applications should use
59+
* {@link oracle.sql.json.OracleJsonObject} as it will be more efficient.
6060
* </p><p>
6161
* The JSON object is created using Jackson API's {@link ObjectNode}. The {@link OsonFactory}
6262
* and {@link OsonGenerator} are used to write the JSON Object to an OutputStream. The data

0 commit comments

Comments
 (0)