Skip to content

Instantly share code, notes, and snippets.

@atesibrahim
Created August 1, 2022 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atesibrahim/b198df8cc5182b15e19f3e96ed47fa32 to your computer and use it in GitHub Desktop.
Save atesibrahim/b198df8cc5182b15e19f3e96ed47fa32 to your computer and use it in GitHub Desktop.
public interface BookRepository extends JpaRepository<Book, Long> {
Book findBookByTitle(String title);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment