guice-persist是否支持@Finder注解
Guice-persist 基于 warp-persist,它具有 finder 方法的概念。
http://code.google.com/p/google-guice/wiki/GuicePersist
基于
http://code.google.com/p/warp-persist /
我可以看到guice-persist中有一个类似于warp-persist的@Finder注释,但是没有文档。
Guice-persist was based on warp-persist which had the concept of finder methods.
http://code.google.com/p/google-guice/wiki/GuicePersist
was based on
http://code.google.com/p/warp-persist/
I can see that there is an annotation for @Finder in guice-persist similar to warp-persist but there is no documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您需要在创建 JpaPersistModule 时将查找器添加到它:
Yes, you need to add the finders to the
JpaPersistModule
when you create it: