Java Transaction API Question:
Explain the transactional attribute Never?
Answer:
Never: When the methods that are not capable of participating in transactions are not accessible by a transactional client, Never is used.
Previous Question | Next Question |
Explain the transactional attribute NotSupported? | Explain the transactional attribute Bean-managed? |