Skip to content

Instantly share code, notes, and snippets.

@lhauspie
Created August 22, 2017 21:20
Show Gist options
  • Save lhauspie/a00a393a8f915cddea298f028f11967f to your computer and use it in GitHub Desktop.
Save lhauspie/a00a393a8f915cddea298f028f11967f to your computer and use it in GitHub Desktop.
Interface Spring Data Custom Repository contenant les fonctionnalités custom sur les produits
public interface ProductCustomRepository {
Collection<Product> search(SearchQuery query);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment