Which option is better out of the two so that i can use most of the hibernate feature in a spring boot project.
1) Custom Repositories + Hibernate Code 2) Extending JpaRepository or CrudRepository interfaces.
Does Using Spring Data JPA provides same control (e.g cache, criteria queries etc) ?
Need your valuable suggestions / comments.