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

Add infrastructure for AOT processing of repositories.

Open christophstrobl opened this issue 3 years ago • 1 comments

christophstrobl avatar Apr 20 '22 08:04 christophstrobl

I've added a comment to one of the changes: https://github.com/spring-projects/spring-data-jpa/commit/1bfc3595ce2e14cdc03decfe350f20e139e3c877#r82897830

This change is preventing me from using AOP to intercept all calls to EntityManager.

kzander91 avatar Sep 02 '22 13:09 kzander91