Class JndiJdbc
java.lang.Object
org.apache.ofbiz.entity.config.model.JdbcElement
org.apache.ofbiz.entity.config.model.JndiJdbc
An object that models the
<jndi-jdbc>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thejndi-name
attribute.Returns the value of thejndi-server-name
attribute.Methods inherited from class org.apache.ofbiz.entity.config.model.JdbcElement
getIsolationLevel, getLineNumber
-
Method Details
-
getJndiServerName
Returns the value of thejndi-server-name
attribute. -
getJndiName
Returns the value of thejndi-name
attribute.
-