Created
November 15, 2020 04:53
-
-
Save GuilhermeManzano/beb974027e2d0c1aba94a4f295f22914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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