1 min readJul 15, 2020
hi Renan Kaic Lopes! Indeed, EntityFramework is more mature, but to solve this trivial task Spring Data offers you a construct which you can use by declaring a method which follows a pattern (e.g. List<Movie> findByGenre(GENRE genre)). For additional details you can take a look here.