Hibernate Mapping Wizard: Select Mapping Class

See Also

The Hibernate Mapping wizard generates a single mapping file for a specified class. After you create the mapping file you need to edit the mapping file in the XML editor to map the fields in the class to the corresponding columns in the table. You can use the IDE's code completion feature to help you edit the mapping file.

The Select Mapping Class page of the wizard enables you to specify the class that you want to map, the Hibernate configuration file and the table that you want to map to the class.

In this page you specify the following details:

When you click Finish, the IDE generates the mapping file and adds the <mapping resource> element to the hibernate.cfg.xml configuration file.

See Also
Generating Hibernate Mapping Files and POJOs from a Database
Working with Hibernate
Creating the Hibernate Configuration File
About Hibernate Support
Connecting to a Database

Legal Notices