Hi all,

Maybe I'm overlooking something here, but is it possible using Spring Data with JPA, to use query by example?

I mean, something like:

class AuthorRepository {
Author findByAuthor(Author author)
}

I tried it, and it doesn't work, but maybe I'm missing something here.

Thanks, Erik