Class TrmXASQLStatementFactory

java.lang.Object
oracle.tmm.jta.common.TrmXASQLStatementFactory
All Implemented Interfaces:
Supplier<Statement>

public class TrmXASQLStatementFactory extends Object implements Supplier<Statement>
SQL statement factory to create a SQL statement to the database configured with OTMM(MicroTx) Library
  • Constructor Details

    • TrmXASQLStatementFactory

      public TrmXASQLStatementFactory()
  • Method Details

    • getXAConn

      @Produces @RequestScoped public Statement getXAConn()
      Get an SQL statement to the database configured with OTMM(MicroTx)
      Returns:
      An SQL statement
    • get

      public Statement get()
      Get an SQL statement to the database configured with OTMM(MicroTx)
      Specified by:
      get in interface Supplier<Statement>
      Returns:
      An SQL statement