The UserTransaction and TransactionManager interfaces look like, what's the difference?

two interfaces have similar interface methods,

   

Jun.30,2022

look at the comments

The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.

The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.

Menu