Create Java Objects from Tables - Select Tables

Use to select which database tables from which to create Java objects. Use filters and schema to limit the number of tables that the wizard displays.

Name Filter
Name of database table(s) to display in the Available pane. Use % (percent character) as a wildcard.
Schema
Select the schema of the table(s) to display in the Available pane.
Object Types
Select the type of object (Tables, Views, and Synonyms) to display in the Available pane.

Enter the filter and schema information, then click Query to display a list of available database tables or use Auto-Query to automatically retrieve table names.

Available
The Available pane displays each database table that matches the filters. Select a table and click Copy Copy button. to add the table to the Selected pane.
Click Copy All Copy All button. to add all tables from to the Selected pane.
JDeveloper creates offline database tables from the database connection.
Selected
The Selected pane displays each database table from which Java Objects will be created. To remove a table, select a table and click Remove Delete button. , or Remove All Delete All button. to remove all tables from the Selected pane.

Related Topics

Create Java Objects from Tables Wizard
Creating Java Objects from Database Tables

 

Copyright © 1997, 2004, Oracle. All rights reserved.