Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Created June 30, 2017 11:25
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 iyengarajay/378ac9a81448261682f5ed1b5299d5a2 to your computer and use it in GitHub Desktop.
Save iyengarajay/378ac9a81448261682f5ed1b5299d5a2 to your computer and use it in GitHub Desktop.
public interface SocialMediaSiteRepository extends JpaRepository<SocialMediaSite, Long> {
SocialMediaSite findByName(String name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment