You can automatically generate Java™ Persistence API (JPA) manager bean
classes for JPA entities.
About this task
To generate JPA
Manager beans:
Procedure
- Right-click the JPA project
or JPA enabled project and select . The JPA Manager Bean wizard opens.
- Select the entities to create manager beans for.
- Click Next.
- Configure
the entities if you have not done so already. All entities
require a primary key (@Id).
- Click Finish.