Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Last active February 3, 2019 04:39
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 linhvovn/d56377cf816787d787f4ae87e6ac41ac to your computer and use it in GitHub Desktop.
Save linhvovn/d56377cf816787d787f4ae87e6ac41ac to your computer and use it in GitHub Desktop.
@Repository
public interface LanguageRepository extends JpaRepository<LanguageEntity, Integer> {
LanguageEntity findByKeyAndLocale(String key, String locale);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment