Skip to content

Commit 4a08290

Browse files
authored
Update README.md
Add missing sample in readme
1 parent 93fa712 commit 4a08290

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
@@ -93,5 +93,7 @@ Usage Examples for Oracle Jackson OSON Provider Extensions can be found at [ojdb
9393
- **[AccessJsonColumnUsingPOJO](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingPOJO.java)**:
9494
Demonstrates how to use the Jackson OSON provider APIs to Serialize/Deserialize POJO and use JDBC
9595
to directly insert the OSON bytes.
96+
- **[NestedStructurePOJO](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/NestedStructurePOJO.java)**:
97+
Shows how to store and retrieve Java objects in JSON Collection tables.
9698
9799

0 commit comments

Comments
 (0)