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


构造方法摘要
BizAutoPayResultDAOImpl()
           
 
方法摘要
 BizAutoPayResult getBizAutoPayResult(String xunleiId)
          通过迅雷Id来查找组织表信息
 void saveBizAutoPayResult(BizAutoPayResult bizAutoPayResult)
          保存到组织表
 void updateBizAutoPayResult(BizAutoPayResult bizAutoPayResult)
          更新组织表
 
从类 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.