Use to specify the tables that are added to the hibernate.reveng.xml
file. A <table-filter>
element is added to the file for each selected table.
Select tables from the database schema that is specified in hibernate.cfg.xml
. Select one or more tables from the list of Available Tables and click Add.
If you do not select any tables in this page of the wizard the IDE will generate the hibernate.reveng.xml
file without any references to tables. You can edit the hibernate.reveng.xml
in the XML editor. The hibernate.reveng
is not necessary for compiling your project and can be deleted if desired.
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |