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