public interface CustomerDao
Customer
findById(long id)
save(Customer customer)
Customer findById(long id)
Customer save(Customer customer)