JDBC Oracle
JPublisher, Java . oracle.sql.ARRAY.
Note that you also need to create the appropriate PL / SQL objects, read this article . You do not need to implement any MEMBER methods to easily exchange data between Java and Oracle.
Edit 1: Unfortunately, PL / SQL does not have a Map concept such as Java. However, you can model the map as a special one (Key, Value object) or as an Index-by table for a simple class (for example, a hash map).
source
share