Posts by Alysson Malagutte • 26 points
1 post
-
1
votes1
answer30
viewsA: Using the JPA Repository example
I don’t know any function that does it in jpa, but if you do it this way here: Collection<League> findByNameAndOtherField (String name, String otherField); I believe you find all the lines…