About 56 results
Open links in new tab
  1. Spring - @Transactional - What happens in background?

    I want to know what actually happens when you annotate a method with @Transactional? Of course, I know that Spring will wrap that method in a Transaction. But, I have the following …

  2. When should we use @Transactional annotation? - Stack Overflow

    Mar 9, 2024 · I wanted to know when we should use @Transactional in Spring Boot Services. Since JpaRepository's save() method is annotated with @Tranasactional is it required for me …

  3. transações - Funcionamento do @Transactional do Spring …

    1 - Na documentação do Spring é descrito o uso de @Transactional do Spring nas classes de regra de negócio(ProdutosService por exemplo) tem algum motivo especial para se usar essa …

  4. java - What does @Transactional do? - Stack Overflow

    What does @Transactional do? [duplicate] Asked 12 years, 5 months ago Modified 6 years, 3 months ago Viewed 28k times

  5. Annotation @Transactional. How to rollback? - Stack Overflow

    Oct 24, 2011 · I used this annotation successfully for a Dao class. And rollback works for tests. But now I need to rollback real code, not just tests. There are special annotations for use in …

  6. Spring @Transactional - isolation, propagation - Stack Overflow

    Dec 13, 2011 · Can someone explain the isolation & propagation parameters in the @Transactional annotation via a real-world example? Basically when and why should I choose …

  7. How to use @Transactional annotation in Spring boot

    May 2, 2019 · Best practice to use @Transactional annotation in spring-boot, service layer or DAO layer? If the service layer then where do I use the @Transactional annotation on a class …

  8. Why use @Transactional with @Service instead of with @Controller

    I have seen many comments in stack-overflow articles I found certain things about either @Transactional use with @Service or with @Controller "Usually, one should put a …

  9. Qual a finalidade da anotação @Transactional(readOnly = false)?

    Nov 6, 2015 · Ainda existe o parâmetro “ readOnly ” na anotação @Transactional. Este especifica que nenhuma operação de DML poderá ser executada (Insert, Delete ou Update), ou seja, …

  10. java - где правильно использовать аннотацию @Transactional

    Aug 22, 2021 · где правильно использовать аннотацию @Transactional Вопрос задан 4 года 3 месяца назад Изменён 3 года 8 месяцев назад Просмотрен 7k раз