Commit 77b6970 1 parent 93fa712 commit 77b6970 Copy full SHA for 77b6970
File tree 1 file changed +2
-0
lines changed
ojdbc-provider-jackson-oson
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ Usage Examples for Oracle Jackson OSON Provider Extensions can be found at [ojdb
87
87
a POJO during retrieval. In this case, the JDBC Thin Driver invokes the provider to serialize/deserialize.
88
88
- **[AccessJsonColumnUsingHibernate](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingHibernate.java)**:
89
89
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.
90
92
- **[AccessJsonColumnUsingJacksonObjectNode](../ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oson/sample/AccessJsonColumnUsingJacksonObjectNode.java)**:
91
93
Demonstrates the usage of the Jackson OSON provider to serialize Jackson' s ObjectNode
92
94
to OSON bytes for insertion and retrieval.
You can’t perform that action at this time.
0 commit comments