java - Why does JTA have a Transaction and a UserTransaction interfaces to represent transaction? -


the jta api defines 2 interfaces

the classes have methods have same name , appear have same semantics, @ least reading javadoc.

why jta needs define 2 interfaces represent transaction?


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -