Class TransactionFactory
java.lang.Object
org.apache.ofbiz.entity.config.model.TransactionFactory
An object that models the
<transaction-factory>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclass
attribute.Returns the<transaction-manager-jndi>
child element, ornull
if no child element was found.Returns the<user-transaction-jndi>
child element, ornull
if no child element was found.
-
Method Details
-
getClassName
Returns the value of theclass
attribute. -
getUserTransactionJndi
Returns the<user-transaction-jndi>
child element, ornull
if no child element was found. -
getTransactionManagerJndi
Returns the<transaction-manager-jndi>
child element, ornull
if no child element was found.
-