A script-enabled browser is required for this page to function properly.

Import Java Class Options dialog box

The Import Java Classes Options dialog box enables you to set specific options for the importing Java classes, as specified in the Import Java Classes dialog box.

This dialog box contains:

Include inherited methods/fields

Select this checkbox if you want to map all the inherited methods and fields to procedures and functions. This option generates functions and procedures for all methods contained in the specific class and its predecessors. By default, inherited methods and fields are not mapped.

Include get/set for public fields

Select this checkbox if you want to map each public non-constant or non-static field to a function that gets the value and to a procedure that sets the value. By default, public non-constant and non-static fields are not mapped.

Generate persistent names

Select this checkbox if the Java class you are importing will change and you want to use the same persistent PL/SQL function, procedure, variable, and type names throughout all the changes to the Java class. (Note: You must regenerate the PL/SQL package to access the Java class changes in PL/SQL.) If selected, generated PL/SQL function and procedure names for all Java methods include persistent and unique four-digit identifiers appended to the names.

The persistent identifier numbers are generated based on the method signature. With Generate Persistent names selected, each time the same Java class is imported with the Java Importer, the PL/SQL functions and procedures generated for the same Java methods will have the same four-digit identifiers appended.

Ask before overwriting existing packages

Prompts you if existing PL/SQL packages will be overwritten by newly generated packages. Clear this checkbox if you do not want to be prompted.

See also

The help topics listed under the Java Importer Reference heading on the Contents tab of this online Help.