Original:
Transaction is a interface which provides base methods for defining database transactions.
Dbtransaction is a subinterface in Transaction encapsulating JDBC connection used to the framework for DB operations.
Oadbtransaction is an Oracle Apps version of Dbtransaction.
The commit comes from the same base class Transaction, but it's always suggested to use Oadbtransaction.commit ().
Try to translate as follows, if there are errors, hope to correct, thank you
Transaction is an interface that provides a basic way to define database transactions.
Dbtransaction is a sub-interface that encapsulates the JDBC connection used by the framework database operation.
Oadbtransaction is a sub-interface based on Oracle application version dbtransaction.
Therefore, it is recommended to use Oadbtransaction.commit () to submit data from the same base class transaction.
Reference Links:
Wondering:when this and when that
Gettransaction (). Commit (), getdbtransaction (). Commit (), getoadbtransaction (). The difference between commits