Class 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 Detail

      • SEPersistenceUnitProperty

        public SEPersistenceUnitProperty()
        Default constructor.
    • Method Detail

      • getName

        public String getName()
      • getValue

        public String getValue()
      • setName

        public void setName​(String name)
      • setValue

        public void setValue​(String value)