Skip to content

Commit 77b6970

Browse files
authored
Update README.md (#147)
* Update README.md Add missing sample in readme * Update README.md.
1 parent 93fa712 commit 77b6970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ojdbc-provider-jackson-oson/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Usage Examples for Oracle Jackson OSON Provider Extensions can be found at [ojdb
8787
a POJO during retrieval. In this case, the JDBC Thin Driver invokes the provider to serialize/deserialize.
8888
- **[AccessJsonColumnUsingHibernate](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingHibernate.java)**:
8989
Performs the same task as above using Hibernate.
90+
- **[NestedStructurePOJO](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/NestedStructurePOJO.java)**:
91+
Shows how to store and retrieve Java objects in JSON Collection tables.
9092
- **[AccessJsonColumnUsingJacksonObjectNode](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingJacksonObjectNode.java)**:
9193
Demonstrates the usage of the Jackson OSON provider to serialize Jackson's ObjectNode
9294
to OSON bytes for insertion and retrieval.

0 commit comments

Comments
 (0)