Java Transaction API Question:

Explain the transactional attribute RequiredNew?

Tweet Share WhatsApp

Answer:

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

Download Java Transaction API PDF Read All 12 Java Transaction API Questions
Previous QuestionNext Question
Explain the transactional attribute Required?Explain the transactional attribute Mandatory?