Posts by Roberto • 1 point
1 post
-
0
votes1
answer202
viewsQ: Searching more than 1 field with Findby in spring mvc
I have this repository: public interface RepositorioUsuarioPermissao extends JpaRepository<UsuarioPermissao, Long> { @Query("SELECT u FROM UsuarioPermissao u WHERE u.id_seletivo = ?1 and…