- All Implemented Interfaces:
Supplier<Statement>
SQL statement factory to create a SQL statement to the database configured with OTMM(MicroTx) Library
-
Constructor Summary
Constructors
-
Method Summary
Get an SQL statement to the database configured with OTMM(MicroTx)
Get an SQL statement to the database configured with OTMM(MicroTx)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
Get an SQL statement to the database configured with OTMM(MicroTx)
- Specified by:
get
in interface Supplier<Statement>
- Returns:
- An SQL statement