如何将JPA 2.1动态实体图与Spring Data存储库一起使用?

时间:2018-08-31 18:37:00

标签: spring hibernate jpa spring-data-jpa spring-data

我正在尝试使用实体图来改善我在Hibernate 5中的数据库访问。基于this article,这听起来像我想使用动态实体图。该文章使用了EntityManager,但不幸的是,我使用的是Spring Data CrudRepository,因此默认情况下我无权访问它。

This article显示了如何扩展CrudRepository并获得对EntityManager的引用。但是,这无济于事,因为原始文章在直接调用EntityManager时使用了实体图对象-我没有这样做,因为我正在使用存储库。

如何将动态实体图与Spring Data存储库结合使用?

0 个答案:

没有答案