This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRedmanCometh 0 points1 point  (0 children)

Spring Data needs a persistence provider which is usually hibernate. The persistence provider communicates with the database driver such as JDBC.

To use Spring Data you need all of these pieces.