Developer Tools
JDeveloper
By using the Create Entities from Tables wizard, you can create more than one entity at the same time. In the example, you will select one table in the FOD schema to create the JPA entity.
After selecting the table, you will see the entity class options on step 6 of the wizard.
Then on step 7, Specify Entity Details, you will see the default entity name and class for the table you selected earlier.
You may change the default name and class, if you wish. If you selected more than one table to create multiple JPA entities, to change the entity name and class for a table, first select a table from the Table Name dropdown list, then specify the new entity details.
Copyright © 1997, 2009, Oracle. All rights reserved.