Skip to content

Instantly share code, notes, and snippets.

@GuilhermeManzano
Created November 15, 2020 04:53
Show Gist options
  • Save GuilhermeManzano/beb974027e2d0c1aba94a4f295f22914 to your computer and use it in GitHub Desktop.
Save GuilhermeManzano/beb974027e2d0c1aba94a4f295f22914 to your computer and use it in GitHub Desktop.
@Query(value = "SELECT * FROM Aluno WHERE nome = :nome", nativeQuery = true)
public List<Aluno> procuraPorNome(String nome);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment