Spring Data - Overriding default methods for some repositories
问题 I am just staring with spring-data and spring-data-rest and I really want to take advantage of what these tools have to offer. For the most case the base functionality is perfect for my use case however there are some cases where I need to customize the underlying functionality quite a bit, and selectively assign some repositories to inherit the customized functionality I am after. To explain the problem a bit better, in spring-data there are 2 possible interfaces which you can inherit