问题
I want to use Spring Data JPA in my web application build with Google Guice.
And I found out that Google Guice provide the Guice Persist
and say "JPA (Java Persistence API) - with any compliant vendor implementation.".
Google Guice Persist - https://github.com/google/guice/wiki/GuicePersist
Is it possible to use Spring Data JPA into Google Guice ?
回答1:
I believe guice repository does what you want. It makes Spring Data JPA easy to use with Google Guice.
来源:https://stackoverflow.com/questions/22394252/google-guice-persistence-spring-data-jpa