New Persistence Unit Wizard

See Also

This wizard generates a persistence unit for your project. In this wizard you supply information that will be used to enable the persistence of your entity classes. The properties of the persistence unit are stored in persistence.xml. After persistence.xml is created, you can open the file by double-clicking persistence.xml in the Projects window. In a web or enterprise application, persistence.xml is located under the Configuration Files node in the Projects window (src/conf directory in the Files window).

You open the wizard by right-clicking the project node in the Projects window and choosing New > Other, selecting the Persistence category and then selecting Persistence Unit.

In the New Persistence Unit wizard, you specify the following:

See Also
Creating a Persistence Unit
About Persistence Units
About Java Persistence

Legal Notices