标签: java spring hibernate spring-data-jpa
我正在尝试像How to load lazy fetched items from Hibernate/JPA in my controller中描述的懒惰获取JPA实体。示例中的帖子使用了两个类 - Person和Role,而Person实体具有关联角色。
Person
Role
我需要为每个人取得角色,但我只需要取一些人而不是所有人。那么 - 我可以在存储库的相同方法上使用@Query和@EntityGraph吗?
@Query
@EntityGraph