I'm thinking what better to use in the project for implementing custom methods. I'm using Spring Data JPA and now I see 2 ways:
- CriteriaBuilder;
- JPQL;
What is better for performance, project support?
I'm thinking what better to use in the project for implementing custom methods. I'm using Spring Data JPA and now I see 2 ways:
What is better for performance, project support?