This table lists the Persistence Unit information fields available in the JPA Details view for each entity type. These fields are contained in the <persistence-unit-metadata>
element in the orm.xml
file.
Property | Description | Default |
---|---|---|
XML Mapping Data Complete |
Specifies that the Java classes in this persistence unit are fully specified by their metadata. Any annotations will be ignored. This field corresponds to the |
|
Cascade Persist |
Adds cascade-persist to the set of cascade options in entity relationships of the persistence unit. This field corresponds to the |
|
Schema |
The database schema that contains the Table. This field corresponds to the |
|
Catalog |
The database catalog that contains the Table. This field corresponds to the |
|
Access |
Specify how the entity its access instance variables.
|
|
Deliminated identifiers |
Related tasks
Related reference