Uses of Interface
jakarta.transaction.UserTransaction
-
Packages that use UserTransaction Package Description jakarta.ejb Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container. -
-
Uses of UserTransaction in jakarta.ejb
Methods in jakarta.ejb that return UserTransaction Modifier and Type Method Description UserTransaction
EJBContext. getUserTransaction()
Obtain the transaction demarcation interface.
-