Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 25, 2021 19:34
Show Gist options
  • Save alex-ber/70ac91f0d0ca1a6bafbfbd56292cf6e5 to your computer and use it in GitHub Desktop.
Save alex-ber/70ac91f0d0ca1a6bafbfbd56292cf6e5 to your computer and use it in GitHub Desktop.
package com.mkyong.dao;
import com.mkyong.model.Customer;
import java.util.List;
public interface CustomerRepositoryCustomAbc {
List<Customer> findByAVeryComplicatedQuery(Long id, String name, String address);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment