|
Interface Summary |
| ClassRef |
Context model corresponding to the XML resource model
XmlJavaClassRef, which corresponds to the class element
in the persistence.xml file. |
| JarFileRef |
Context model corresponding to the
XML resource model XmlJarFileRef,
which corresponds to the jar-file
element in the persistence.xml file. |
| MappingFileRef |
Context model corresponding to the
mapping-file element
in the persistence.xml file. |
| MappingFileRefactoringParticipant |
|
| Persistence |
Context model corresponding to the XML resource model XmlPersistence,
which corresponds to the persistence element in the
persistence.xml file. |
| PersistenceUnit |
Context model corresponding to the XML resource model XmlPersistenceUnit,
which corresponds to the persistence-unit element in the
persistence.xml file. |
| PersistenceUnit.Property |
Simple property interface. |
| PersistenceUnitProperties |
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| PersistenceXml |
JPA persistence.xml file. |
| PersistenceXmlContextModelFactory |
Interface used by persistence unit to gather up persistent types. |
| PersistenceXmlDefinition |
persistence.xml definition
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| PersistenceXmlEnumValue |
An enum that is used in the persistence.xml properties can implement this interface
and take advantage of helper methods in AbstractPersistenceUnitProperties for
getting and setting properties. |