wultra / enrollment-server

Base implementation of the enrollment server, usable as the stub for project bootstrapping.
GNU Affero General Public License v3.0
4 stars 1 forks source link

Optimize performance of delete methods in repository #1051

Open romanstrobl opened 4 months ago

romanstrobl commented 4 months ago

Performance of delete methods generated by Spring Data JPA is not optimal and can be improved by using JPQL directly.

Following methods can be optimized: