Class TransactionFactory

java.lang.Object
org.apache.ofbiz.entity.config.model.TransactionFactory

@ThreadSafe public final class TransactionFactory extends Object
An object that models the <transaction-factory> element.
See Also:
  • entity-config.xsd
  • Method Details

    • getClassName

      public String getClassName()
      Returns the value of the class attribute.
    • getUserTransactionJndi

      public UserTransactionJndi getUserTransactionJndi()
      Returns the <user-transaction-jndi> child element, or null if no child element was found.
    • getTransactionManagerJndi

      public TransactionManagerJndi getTransactionManagerJndi()
      Returns the <transaction-manager-jndi> child element, or null if no child element was found.