Class TransactionFactory
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.TransactionFactory
-
@ThreadSafe public final class TransactionFactory extends java.lang.Object
An object that models the<transaction-factory>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
Returns the value of theclass
attribute.TransactionManagerJndi
getTransactionManagerJndi()
Returns the<transaction-manager-jndi>
child element, ornull
if no child element was found.UserTransactionJndi
getUserTransactionJndi()
Returns the<user-transaction-jndi>
child element, ornull
if no child element was found.
-
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
Returns the value of theclass
attribute.
-
getUserTransactionJndi
public UserTransactionJndi getUserTransactionJndi()
Returns the<user-transaction-jndi>
child element, ornull
if no child element was found.
-
getTransactionManagerJndi
public TransactionManagerJndi getTransactionManagerJndi()
Returns the<transaction-manager-jndi>
child element, ornull
if no child element was found.
-
-