英文: Datastore transaction - hitting entity write limit 问题 问题 使用golang的cloud.google.com/go/datastore包...
使用PGX进行Golang中的事务处理
英文: Transaction in Golang with PGX 问题 我目前正在创建一个小的Go应用程序。现在我正在处理数据库部分。我使用的库是这个:https://github.com/jac...
`@Transactional` 在 JBoss WildFly 上无法正常工作,回滚操作失效。
英文: @Transactional rollbackFor not working on jboss wildfly 问题 我有一个被注解为@Transactional(rollbackFor = ...
放弃 / 忽略当前交易,如果有新的交易可用则使用新的交易。
英文: Drop / ignore current transaction and use upcoming transaction if available 问题 以下是翻译好的内容: 我有3个方法...
为什么在抛出NullPointerException后@Transactional不会回滚?
英文: Why doesn't @Transactional roll back after NullPointerException is thrown? 问题 我有一个可能会抛出NullP...
How to implement lazy loading in Hibernate where the model is created in a different transaction to where the properties are used
英文: How to implement lazy loading in Hibernate where the model is created in a different transaction...
升级 Jboss 服务器(WildFly 18.x)内的 Hibernate 从 3 版本升级到 4 版本。
英文: Upgrade Hibernate from 3 to 4 inside Jboss server (WildFly 18.x) 问题 我试图将 Hibernate 从 3 升级到 4,但遇到...
如何在Java DSL集成流程中添加事务支持
英文: How to add transaction support to Java DSL integration flows 问题 我需要为一个集成流程添加事务支持。假设有3个转换器。第一个和第三...
春季禁用数据源上的事务。
英文: Spring disable transactions on datasource 问题 我在一个Spring Boot应用程序中有一个方法,它接受一个SQLite数据库,并将其内容插入到Po...
如何使用MongoDB Java创建事务?
英文: How to create transactions using MongoDB Java? 问题 我正在使用Java(不是Spring)处理MongoDB集合。我希望在一个事务中执行一些更新...
9