Pregunta de entrevista de Docaposte

what is transactional annotation for in springboot ?

Respuesta de la entrevista

Anónimo

26 feb 2024

transactional annotation is used to mark a method as transactional, This means that either the entire method completes successfully and commits the transaction, or if an exception occurs, the transaction is rolled back, reverting any changes made within the method.