REQUIRES_NEW
Always create a new, independent transaction. The existing transaction will be suspended during the execution of the new one. Useful e.g., for saving audit logs that must succeed even if the main operation is rolled back.
Always create a new, independent transaction. The existing transaction will be suspended during the execution of the new one. Useful e.g., for saving audit logs that must succeed even if the main operation is rolled back.