Java Transaction API Question:

Explain the transactional attribute RequiredNew?

Java Transaction API Interview Question
Java Transaction API Interview Question

Answer:

RequiredNew: RequiredNew is used when the required results of the transactions to be committed irrespective of the caller’s transactions.


Previous QuestionNext Question
Explain the transactional attribute Required?Explain the transactional attribute Mandatory?