【发布时间】:2015-04-22 00:13:22
【问题描述】:
我想在使用 Google Guice 构建的 Web 应用程序中使用 Spring Data JPA。
我发现 Google Guice 提供了 Guice Persist 并说“JPA(Java Persistence API) - 具有任何兼容的供应商实现。”。
Google Guice 坚持 - https://github.com/google/guice/wiki/GuicePersist
是否可以在 Google Guice 中使用 Spring Data JPA?
【问题讨论】:
标签: jpa guice spring-data-jpa