com.xunlei.channel.db.dao.impl
类 BizAutoPayResultDAOImpl
java.lang.Object
com.xunlei.channel.db.dao.impl.BizAutoPayResultDAOImpl
- 所有已实现的接口:
- BizAutoPayResultDAO
@Service
public class BizAutoPayResultDAOImpl
- extends Object
- implements BizAutoPayResultDAO
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BizAutoPayResultDAOImpl
public BizAutoPayResultDAOImpl()
saveBizAutoPayResult
@Transactional(readOnly=false)
public void saveBizAutoPayResult(BizAutoPayResult bizAutoPayResult)
throws org.springframework.dao.DataAccessException
- 从接口
BizAutoPayResultDAO 复制的描述
- 保存到组织表
- 指定者:
- 接口
BizAutoPayResultDAO 中的 saveBizAutoPayResult
- 抛出:
org.springframework.dao.DataAccessException
getBizAutoPayResult
public BizAutoPayResult getBizAutoPayResult(String xunleiId)
throws org.springframework.dao.DataAccessException
- 从接口
BizAutoPayResultDAO 复制的描述
- 通过迅雷Id来查找组织表信息
- 指定者:
- 接口
BizAutoPayResultDAO 中的 getBizAutoPayResult
- 返回:
- BizAutoPayResult or null
- 抛出:
org.springframework.dao.DataAccessException
updateBizAutoPayResult
@Transactional(readOnly=false)
public void updateBizAutoPayResult(BizAutoPayResult bizAutoPayResult)
throws org.springframework.dao.DataAccessException
- 从接口
BizAutoPayResultDAO 复制的描述
- 更新组织表
- 指定者:
- 接口
BizAutoPayResultDAO 中的 updateBizAutoPayResult
- 抛出:
org.springframework.dao.DataAccessException
Copyright © 2016. All rights reserved.