public interface PayLogService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(PayLog persistentInstance) |
List |
findAll() |
List<PayLog> |
findByAddtime(Object addtime) |
List<PayLog> |
findByChannel(Object channel) |
List<PayLog> |
findByExample(PayLog instance) |
PayLog |
findById(Integer id) |
List<PayLog> |
findByMoney(Object money) |
List<PayLog> |
findByOrderno(Object orderno) |
List |
findByProperty(String propertyName,
Object value) |
void |
save(PayLog transientInstance) |