Java Transaction API Question:
Explain the transactional attribute Bean-managed?
Answer:
Bean-managed: Bean-managed transactions include any stateful or stateless session beans with a transaction-type set to Bean. The bean specifies the transaction demarcations using the javax.transactin.UserTransaction interface.
Previous Question | Next Question |
Explain the transactional attribute Never? | What you know about Java Transaction API (JTA)? |