public interface CustomerDao
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
delete(Customer customer) |
int |
insert(Customer customer) |
Customer |
loginByPassword(String email,
String password) |
List<Customer> |
selectAll() |
Customer |
selectById(Long id) |
int |
update(Customer customer) |
Copyright © 2016–2017. All rights reserved.