See: Description
Interface | Description |
---|---|
Persistence<T> |
This interface defines the contract for the
persistence xsd type |
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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.