filmov
tv
Spring & Spring Data JPA: Managing Transactions
Показать описание
Spring Boot and Spring Data JPA make the handling of transactions extremely simple. They enable you to declare your preferred transaction handling and provide seamless integration with Hibernate and JPA.
The only thing you need to do is to annotate one of your methods with @Transactional. But what does that actually do? Which method(s) should you annotate with @Transactional? And why can you set different propagation levels?
I will answer all of these questions in this video. To make that a little bit easier to understand, I will focus on local transactions. These are transactions between your application and 1 external system, e.g., your database.
Like my channel? Subscribe!
Join the free Member Library:
Want to connect with me?
#Spring #SpringDataJPA #Transactions
The only thing you need to do is to annotate one of your methods with @Transactional. But what does that actually do? Which method(s) should you annotate with @Transactional? And why can you set different propagation levels?
I will answer all of these questions in this video. To make that a little bit easier to understand, I will focus on local transactions. These are transactions between your application and 1 external system, e.g., your database.
Like my channel? Subscribe!
Join the free Member Library:
Want to connect with me?
#Spring #SpringDataJPA #Transactions
Spring Boot Tutorial | Spring Data JPA | 2021
Spring Boot & Spring Data JPA – Complete Course
Spring Data JPA: What is it? And Why Should You Use It?
The ULTIMATE Guide for Spring Data JPA & Hibernate | 5 Hours Tutorial
Spring Data JPA
Spring Data JPA Tutorial - #1 - What is Spring Data JPA?
Spring Data JPA Tutorial | Full In-depth Course
Hibernate or JPA: Which One is Right for You?
Spring Security 2024: Implementing Security in Spring Boot Applications | @javacodeex
IntelliJ IDEA. Getting Started with Spring Data JPA
Spring Data JPA Tutorial | Crash Course [2024]
Spring Boot Quick Start 28 - Creating a Spring Data JPA Repository
#17 Spring Data JPA
Spring & Spring Data JPA: Managing Transactions
Difference Between Hibernate and Spring Data JPA | Hibernate vs Spring Data JPA
Build faster persistence layers with Spring Data JPA 3 by Thorben Janssen @ Spring I/O 2024
Spring Data JPA: Ultimate Guide to Custom Queries with @Query Annotation
Performance oriented Spring Data JPA & Hibernate by Maciej Walkowiak
Building Fast and Scalable Persistence Layers with Spring Data JPA
Migrating from (Spring Data) JPA to Spring Data JDBC by Jens Schauder @ Spring I/O 2024
JPA And Hibernate Tutorial For Beginners with Spring Boot and Spring Data JPA
What Does Spring Data JPA Do?
JDBC vs JPA: Pros and Cons
Spring Data JPA Relationships - ManyToMany, ManyToOne & OneToMany
Комментарии