public class TrmXASQLStatementFactory
extends java.lang.Object
implements java.util.function.Supplier<java.sql.Statement>
Constructor and Description |
---|
TrmXASQLStatementFactory() |
Modifier and Type | Method and Description |
---|---|
java.sql.Statement |
get()
Get an SQL statement to the database configured with OTMM
|
java.sql.Statement |
getXAConn()
Get an SQL statement to the database configured with OTMM
|
@Produces @RequestScoped public java.sql.Statement getXAConn()
public java.sql.Statement get()
get
in interface java.util.function.Supplier<java.sql.Statement>
Copyright © 2022, Oracle and/or its affiliates.