| Package | Description |
|---|---|
| com.xunlei.channel.db.dao | |
| com.xunlei.channel.db.dao.impl | |
| com.xunlei.channel.db.orm |
| Modifier and Type | Method and Description |
|---|---|
BizAutoPayReq |
BizAutoPayReqDAO.getBizAutoPayReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
| Modifier and Type | Method and Description |
|---|---|
void |
BizAutoPayReqDAO.saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
保存到签约表
|
void |
BizAutoPayReqDAO.updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
更新签约表
|
| Modifier and Type | Method and Description |
|---|---|
BizAutoPayReq |
BizAutoPayReqDAOImpl.getBizAutoPayReq(String xunleiId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BizAutoPayReqDAOImpl.saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq) |
void |
BizAutoPayReqDAOImpl.updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq) |
| Modifier and Type | Method and Description |
|---|---|
BizAutoPayReq |
BizAutoPayReqMapper.getBizAutoPayReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
| Modifier and Type | Method and Description |
|---|---|
List<BizAutoPayReq> |
BizAutoPayReqMapper.listAllBizAutoPayReq()
查询所有的签约表信息
|
| Modifier and Type | Method and Description |
|---|---|
void |
BizAutoPayReqMapper.saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
保存到签约表
|
void |
BizAutoPayReqMapper.updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
更新签约表
|
Copyright © 2016. All rights reserved.