Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 |
Provides the interfaces and enumeration types as defined in the schema
|
Class and Description |
---|
PersistenceDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PersistenceDescriptor descriptor = Descriptors.create(PersistenceDescriptor.class);
|
PersistenceUnit
This interface defines the contract for the
persistence-unit xsd type |
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 |
Properties
This interface defines the contract for the
properties xsd type |
Property
This interface defines the contract for the
property xsd type |
Copyright © 2019 JBoss by Red Hat. All rights reserved.