英文: Do I need to close connection manually in spring boot data jpa + hibernate 问题 我使用 Spring Boot 开发...
多线程在Java中共享同一对象的方式
英文: how multiple thread share same object in java 问题 目前我正在学习Java中的并发编程。 以下是我要解释的疑问 - 这里我正在使用它们的ID从数据...
你如何在Hibernate JPA中限制获取查询的大小?
英文: How do you limit the fetch query size in Hibernate JPA? 问题 我遇到了这个错误 https://stackoverflow.com/qu...
两个具有“拥有关系”的Java实体可以使用同一个表吗?
英文: can two Java Entities that have "Has a" relationship use the same table 问题 我有两个表 A 和 B...
自定义 JPA 存储库中的 ‘find’ 逻辑
英文: Customize 'find' logic in JPA repositories 问题 我有以下问题想向社区提问:是否有办法自定义所有我的 JPA 仓库的“查找”逻辑? 例...
EAP 7.3 JPA+Hibernate REST Serialization of Bidirectional ManyToOne relationship (NOT SPRING)
英文: EAP 7.3 JPA+Hibernate REST Serialization of Bidirectional ManyToOne relationship (NOT SPRING) 问题...
为什么我使用了CascadeType.ALL,却仍然收到DataIntegrityViolationException错误?
英文: Why I got a DataIntegrityViolationException even using CascadeType.ALL? 问题 我有一张表格,有以下这些关系: paren...
Hibernate and EJB: how to correctly use @TransactionAttribute(value = TransactionAttributeType.REQUIRES_NEW)?
英文: Hibernate and EJB: how to correctly use @TransactionAttribute(value = TransactionAttributeType.R...
util.PSQLException: 错误:列不存在(LEFT JOIN 和 @Formula 存在问题)
英文: util.PSQLException: ERROR: column does not exist (problems with LEFT JOIN and @Formula) 问题 以下是翻译...
JPA:检查集合中是否存在具有属性的成员
英文: JPA: Check if Collection has member with property 问题 在我的软件中,我有一个实体(我们称其为Member),其中包含另一个实体的集合(我们称...
70