英文: Spring Data failed to lazily initialize a collection of role, could not initialize proxy - no Se...
无法从数据源获取连接(Hibernate + Hikari + MySQL)
英文: Unable to acquire connection from data source(Hibernate + Hikari + MySQL) 问题 我正在尝试使用Hikari作为连接池连...
什么仓库会在测试中找不到对象时返回
英文: What repository will return when object not found in tests 问题 在Junit测试中,当对象未找到时,仓库会返回什么? 我有这样的测试...
在SQL中获取多个计数
英文: getting multiple counts in SQL 问题 我希望我的 SQL 查询返回所有活动和过去案例的计数。我尝试了以下查询: SELECT sum(case when need...
Hibernate/JPA – 仅在表存在时执行操作
英文: Hibernate/JPA - do operations on table only if exists 问题 我正在寻找一个答案,看看在Hibernate中是否可能实现。 我试图实现的目标...
搜索字段在List @IndexedEmbedded中
英文: search field in List @IndexedEmbedded 问题 我有一个实体,其中包含一个实体列表,我在此列表中添加了@IndexedEmbedded以便能够进行搜索。所以我...
最有效的方式来映射@ManyToMany关系使用JPA和Hibernate是什么?
英文: What is the most efficient way to map @ManyToMany relationship with JPA and Hibernate? 问题 我只了解数据...
什么是使用Java Hibernate和JPA建模友谊的最佳方式?
英文: What's the best way to model Friendship using Java Hibernate and JPA 问题 让我们假设我有一个"Perso...
如何回滚事务性数据库操作并将错误消息保存到另一个表格中?
英文: How to rollback a transactional database operation and save the error message into another table...
Hibernate is not mapping object correctly ("Bad value for type" exception) when using compound primary keys in a junction table
英文: Hibernate is not mapping object correctly ("Bad value for type" exception) when using ...
70