Adding JPA support to a project
You can add Java™ Persistence API (JPA) support to a faceted project by adding the Java Persistence project facet.
Before you begin
Note: Java projects
( ) are not faceted
projects by default. To convert a Java project
to a JPA project, see Converting a Java project to a JPA project.
About this task
Procedure
- In the Package Explorer view, select the project and then in the main menu click The .Properties page opens.
- Click the Project Facets property.
- In the list of project facets, select JPA and then, in the Version column, select the version and then click Apply. The JPA facet is added to your project.
- Click OK. The properties page closes.