Answers

Question and Answer:

  Home  Java Transaction API

⟩ Explain the transactional attribute Required?

Required: This is the default transaction attribute that ensures the methods are invoked within Java Transaction API transaction context. Required makes the transactional context used by the bean. If not the new context will be created.

 180 views

More Questions for you: