Understanding the Java Importer Mapping Options
The Java Importer lets you chose the way in which you map Java to
PL/SQL. The importer offers two options Include inherited
methods/fields and Include get/set for public fields
in the Import Java Class Options dialog box that affect the mapping of Java
to PL/SQL in the generated PL/SQL package:
- Include inherited methods/fieldsIf
selected, the importer maps inherited methods and fields to the appropriate
functions and procedures as described in Understanding
Java to PL/SQL Mappings
-
Include get/set for public fieldsIf selected,
the importer maps each public non-constant or non-static field to a function
that gets the value and to a procedure that sets the value. This option
is also described in Understanding
Java to PL/SQL Mappings