Use to specify the class that you want to map, the Hibernate configuration file and the table that you want to map to the class.
You must have the following to complete this wizard:
hibernate.cfg.xml
.In this page you specify the following details:
Element | Description |
---|---|
Class to Map |
Type the name of the class you want to map or click the Browse button to locate the class. |
Configuration File |
Select the |
Database Table |
Select the database table that you want to map to the selected class. |
When you click Finish, the IDE generates the mapping file and adds the <mapping resource>
element to the hibernate.cfg.xml
configuration file.
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |