Class TransactionFactory


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

      • getClassName

        public java.lang.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.