JPA Facet page |
This table lists the properties available on the JPA Facet page of the Create New JPA Project wizard.
Property | Description | Default |
---|---|---|
Platform | Vendor-specific JPA implementation. | Generic |
Connection | Select the database connection to use with the project. Dali requires an active database connection to use and validate the persistent entities and mappings.
Click Add connection to create a new database connection. |
|
JPA Implementation | Select to use the JPA implementation provided by the server at runtime, or select a specific implementation library that contain the Java Persistence API (JPA) and entities to be added to the project's Java Build Path.
Click Configure default JPA implementation library to create a default library for the project or click Configure user libraries to define additional libraries. |
Determined by server. |
Persistent class management | Specify if Dali will discover annotated classes automatically, or if the annotated classes must be listed in the persistence.xml file.
Note: To insure application portability, you should explicitly list the managed persistence classes that are included in the persistence unit. |
Determined by server. |
Create orm.xml | Specify if Dali should create a default orm.xml file for your entity mappings and persistence unit defaults. |
Selected |