Код: Выделить всё
**org.springframework.transaction.support.AbstractPlatformTransactionManager
org.springframework.orm.jpa.JpaTransactionManager**
Код: Выделить всё
2024-11-20 10:29:26,311 DEBUG [http-nio-80-exec-5] o.s.o.j.JpaTransactionManager: Opened new EntityManager [SessionImpl(1432231711)] for JPA transaction
2024-11-20 10:29:26,311 DEBUG [http-nio-80-exec-9] o.s.o.j.JpaTransactionManager: Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7bf2a646]
...
2024-11-20 10:29:26,312 DEBUG [http-nio-80-exec-8] o.s.o.j.JpaTransactionManager: Found thread-bound EntityManager [SessionImpl(632462581)] for JPA transaction
2024-11-20 10:29:26,312 DEBUG [http-nio-80-exec-9] o.s.o.j.JpaTransactionManager: Found thread-bound EntityManager [SessionImpl(269177489)] for JPA transaction
2024-11-20 10:29:26,312 DEBUG [http-nio-80-exec-8] o.s.t.s.AbstractPlatformTransactionManager: Participating in existing transaction
...
2024-11-20 10:29:26,318 DEBUG [http-nio-80-exec-9] o.s.t.s.AbstractPlatformTransactionManager: Initiating transaction commit
2024-11-20 10:29:26,318 DEBUG [http-nio-80-exec-8] o.s.o.j.JpaTransactionManager: Committing JPA transaction on EntityManager [SessionImpl(632462581)]
2024-11-20 10:29:26,318 DEBUG [http-nio-80-exec-9] o.s.o.j.JpaTransactionManager: Committing JPA transaction on EntityManager [SessionImpl(269177489)]
2024-11-20 10:29:26,319 DEBUG [http-nio-80-exec-8] o.s.o.j.JpaTransactionManager: Closing JPA EntityManager [SessionImpl(632462581)] after transaction
2024-11-20 10:29:26,319 DEBUG [http-nio-80-exec-9] o.s.o.j.JpaTransactionManager: Closing JPA EntityManager [SessionImpl(269177489)] after transaction
Код: Выделить всё
package my.package;
public class MyTransactionManager extends JpaTransactionManager {
...
Код: Выделить всё
Код: Выделить всё
OFF
Подробнее здесь: https://stackoverflow.com/questions/792 ... d-abstract
Мобильная версия