Vanilla-Spring-Data and a12-presistence

I want to know if there are any obstacles to use plain Spring Data in an A12 project. Is there something to keep in mind regarding the shape of the entity, e.g. are their any Interceptors or other AOP functions that are checking data structures or a12 specific atttributes?
If there is mechanism, is there a chance to avoid the invocation?

CC: @svenja-still-dawn

Hi @christian-fierce-pixel ,

what’s your intent? Regarding Data Services, there is a defined public API you can use. Entities used internally are not part of this API. How is Spring Data related to it?