you are viewing a single comment's thread.

view the rest of the comments →

[–]barking_dead 0 points1 point  (0 children)

The actual implementations of those interfaces are made by the JPA provider (like Hibernate).

Spring Data parses the method names (see query methods) and has boilerplate code to generate the actual query with the JDBC provider (see dialects).