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
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • SEPersistenceUnitProperty

      public SEPersistenceUnitProperty()
      Default constructor.
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • setName

      public void setName(String name)
    • setValue

      public void setValue(String value)