The configuration of the Jakarta Persistence subsystem.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.jpa | false | none |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | DEEP |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | DEEP SHALLOW |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
default-datasource | STRING | false | true | The name of the default global datasource. | |
default-extended-persistence-inheritance | STRING | false | true | DEEP | Controls how Jakarta Persistence extended persistence context (XPC) inheritance is performed. 'DEEP' shares the extended persistence context at top bean level. 'SHALLOW' the extended persistece context is only shared with the parent bean (never with sibling beans). |