See: Description

| Interface | Description |
|---|---|
| PersistenceDescriptor |
This deployment descriptor provides the functionalities as described in the specification
Example:
PersistenceDescriptor descriptor = Descriptors.create(PersistenceDescriptor.class);
|
| PersistenceUnit<T> |
This interface defines the contract for the
persistence-unit xsd type |
| Properties<T> |
This interface defines the contract for the
properties xsd type |
| Property<T> |
This interface defines the contract for the
property xsd type |
| Enum | Description |
|---|---|
| PersistenceUnitCachingType |
This class implements the
persistence-unit-caching-type xsd type |
| PersistenceUnitTransactionType |
This class implements the
persistence-unit-transaction-type xsd type |
| PersistenceUnitValidationModeType |
This class implements the
persistence-unit-validation-mode-type xsd type |
Copyright © 2021 JBoss by Red Hat. All rights reserved.