Solved

In JPA Transaction Processing, If the Operations Execute Successfully, You

Question 10

Multiple Choice

In JPA transaction processing, if the operations execute successfully, you call EntityTransaction method _______ to commit the changes to the database. If any operation fails, you call EntityTransaction method ________ to return the database to its state prior to the transaction.


A) apply, rollback
B) commit, restore
C) apply, restore
D) commit, rollback

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions