spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Add example for adding custom behaviour to all repositories.

Open thomasdarimont opened this issue 10 years ago • 3 comments

We should add an example that demonstrates this.

thomasdarimont avatar Apr 16 '15 08:04 thomasdarimont

:+1: I'm in the finishing steps for DATACMNS-542, which should significantly ease this. There's already a feature branch with a pretty complete implementation of this. Feel free to use this to spike an example.

odrotbohm avatar Apr 16 '15 09:04 odrotbohm

Trying to find the missing test cases for the JPA feature branch I discovered that there's a branch here to solve #73, which is basically a duplicate of this one. I'll reopen it as it apparently hasn't been merged into master yet (pending completion of the improvements in Spring Data Commons / JPA).

odrotbohm avatar Apr 16 '15 09:04 odrotbohm

Alright :)

thomasdarimont avatar Apr 16 '15 10:04 thomasdarimont

Fixed via b8e2943

mp911de avatar Apr 24 '23 11:04 mp911de