Class SqlLoadPath


  • @ThreadSafe
    public final class SqlLoadPath
    extends java.lang.Object
    An object that models the <sql-load-path> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Returns the value of the path attribute.
      java.lang.String getPrependEnv()
      Returns the value of the prepend-env attribute.
      • Methods inherited from class java.lang.Object

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

      • getPath

        public java.lang.String getPath()
        Returns the value of the path attribute.
      • getPrependEnv

        public java.lang.String getPrependEnv()
        Returns the value of the prepend-env attribute.