I want to have a spring data repository interface that takes two parameters. Is there a way to make it have the following behaviour?
MyObject findByParameter
Try this Kolobok
@FindWithOptionalParams Iterable findByParameterOneAndParameterTwo( String parameterOne, String parameterTwo);