Pergunta de entrevista da empresa Docaposte

what is transactional annotation for in springboot ?

Resposta da entrevista

Sigiloso

26 de fev. de 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.