spring-transactions
-
AfterReturningAdvice 是在事务关闭之前还是之后开始?
-
如何在多租户 spring 引导程序中使用事务拦截器?
-
Error: EL1004E: Method call: Method rename(java.lang.String,java.lang.String) cannot be found on type com.jcraft.jsch.ChannelSftp$2
-
Hibernate 和 PostgreSQL:REPEATABLE_READ 并使用@Version 注解来避免写偏等现象
-
Spring 当我调用两个嵌套的事务方法时引导事务代理错误
-
Hibernate 在事务提交后不保存实体
-
Spring 使用普通 JDBC 没有 JdbcTemplate 的事务 (@Transaction)
-
挂起的@transactional 方法会阻塞资源吗?
-
Spring 和 Hibernate 中的嵌套事务
-
Spring 使用私有方法引导事务传播
-
Spring Kafka 事务提交顺序
-
持久分离对象出错 "during synchronization a new object was found through a relationship that was not marked cascade PERSIST"
-
Kafka 事务生产者抛出 'Timeout expired while initializing transactional state in 60000ms'
-
MySQL 5.7 Spring JPA 事务管理不工作
-
无法在 Spring 引导应用程序的方面回滚数据库更改
-
Spring Boot - @Transactional - 不开放交易
-
Spring 具有传播设置的数据测试存储库
-
从同一个 bean 调用时 Transactional.TxType.REQUIRES_NEW 是否开始新事务?
-
注释 @Transactional 在 spring 中不起作用
-
Spring 带数据库的 Kafka 消费者