Create JPA Entity Wizard

Use the Create JPA Entity wizard to quickly create an entity. This wizard automatically creates a Java class annotated with @Entity and enables users to add persistence fields to the entity.

The Create New JPA Entity Wizard

The Entity Class page of the Create New JPA Entity wizard.

 

Related reference

Create New JPA Project wizard
JPA Development perspective
Mapping File Wizard

 

Related tasks

Managing the persistence.xml file
Adding persistence to a class

 

Related concept

Understanding Java persistence
The persistence.xml file