Spring / Spring Data Access
Difference between Spring Data JPA and hibernate.
spring-data adds powerful and useful API that helps with complex queries.
Spring JPA will provide you abstraction from writing SQL and even some HQL using query method declaration. Spring JPA shines with its query generation but when you want a purely hibernate solution you can customize as needed as spring JPA is still based on hibernate.
More Related questions...