Creating JPA Manager beans

You can automatically generate Java™ Persistence API (JPA) manager bean classes for JPA entities.

About this task

To generate JPA Manager beans:

Procedure

  1. Right-click the JPA project or JPA enabled project and select JPA Tools > Add JPA Manager beans. The JPA Manager Bean wizard opens.
  2. Select the entities to create manager beans for.
  3. Click Next.
  4. Configure the entities if you have not done so already. All entities require a primary key (@Id).
  5. Click Finish.

Feedback