是否有人为Spring数据成功实施了Adding custom behaviour to all repositories?我无法弄清楚所有细节,似乎有some discrepancy in the documentation and implementation。有问题需要纠正吗?请分享您如何实现JpaRepositoryFactoryBean和CustomizedRepository Implementation的经验和细节。
非常感谢所有投入,
RJ
答案 0 :(得分:0)
这些故障已修复,如您链接的故障单中所述。实际提交是here。它已经在Spring Data Commons 1.3.0.RC2中发布了,所以如果你签出那个标签并且mvn docbkx:generate-pdf
应该得到正确的PDF文档部分。由于Spring Data Commons的这个文档片段被引入Spring Data JPA的文档中,它将自动成为下一个版本的一部分。
实际上,相关代码段已经成为Spring Data MongoDB的最新里程碑版本,因此您也可以查找here。
答案 1 :(得分:0)
我有一篇关于如何自定义spring数据Jpa存储库的详细信息。您可以按照示例代码将自定义行为应用于所有存储库。
http://borislam.blogspot.hk/2012/07/customizing-spring-data-jpa-repository.html