Class JdbcElement
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.JdbcElement
-
- Direct Known Subclasses:
InlineJdbc
,JndiJdbc
,TyrexDataSource
public abstract class JdbcElement extends java.lang.Object
An abstract class for<datasource>
JDBC child elements.- See Also:
entity-config.xsd
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JdbcElement(org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIsolationLevel()
Returns the value of theisolation-level
attribute.java.lang.String
getLineNumber()
Returns the configuration file line number for this element.
-
-
-
Constructor Detail
-
JdbcElement
protected JdbcElement(org.w3c.dom.Element element) throws GenericEntityConfException
- Throws:
GenericEntityConfException
-
-
Method Detail
-
getIsolationLevel
public java.lang.String getIsolationLevel()
Returns the value of theisolation-level
attribute.
-
getLineNumber
public java.lang.String getLineNumber()
Returns the configuration file line number for this element.- Returns:
- The configuration file line number for this element
-
-