Created
August 22, 2017 21:20
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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