Module org.eclipse.persistence.jpa
Class SEPersistenceUnitProperty
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
-
public class SEPersistenceUnitProperty extends Object
INTERNAL: Object to hold onto persistence unit properties as specified in the persistence.xml property. Currently only the CanonicalModelProcessor populates the properties through instances of this class through an OX mapping file. The existing persistence.xml reading and processing is done via the old xml parser.- Since:
- EclipseLink 1.2
- Author:
- Guy Pelletier
-
-
Constructor Summary
Constructors Constructor Description SEPersistenceUnitProperty()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-