Class SqlLoadPath
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.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 thepath
attribute.java.lang.String
getPrependEnv()
Returns the value of theprepend-env
attribute.
-