Class SEPersistenceUnitProperty


  • public class SEPersistenceUnitProperty
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.lang.String value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String value
    • Constructor Detail

      • SEPersistenceUnitProperty

        public SEPersistenceUnitProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • setName

        public void setName​(java.lang.String name)
      • setValue

        public void setValue​(java.lang.String value)