Advertisement
andersonalmada2

Untitled

Aug 3rd, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. @Repository
  2. public interface LoginRepository extends JpaRepository<Login, Integer> {
  3.  
  4.     Login findByEmail(String email);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement