public class Pay_noticeDaoImpl extends com.xunlei.common.dao.JdbcBaseDao implements IPay_noticeDao
| Constructor and Description |
|---|
Pay_noticeDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePay_notice(Pay_notice data) |
void |
deletePay_noticeById(long... ids) |
Pay_notice |
findPay_notice(Pay_notice data) |
Pay_notice |
getPay_noticeById(long id) |
void |
insertPay_notice(Pay_notice data) |
com.xunlei.common.util.Sheet<Pay_notice> |
queryPay_notice(Pay_notice data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updatePay_notice(Pay_notice data) |
addLimitToSql, batchUpdate, computeStartRowNo, createNextId, deleteObject, deleteObject, deleteObjectByCondition, execute, executeUpdate, findObject, findObjectByCondition, findObjects, findPagedObjects, findPagedObjects, findPagedObjects, findPagedObjectsExcludeFields, findPagedObjectsExcludeFields, findPagedObjectsIncludeFields, findPagedObjectsIncludeFields, getMaxNewSn, getNewSn, getNewSn, getSingleDouble, getSingleInt, getSingleLong, getSingleString, getSmoothNewSn, insertObject, isEmpty, isNotEmpty, isNumType, isSupportType, query, query, query, queryOne, queryOne, queryToList, queryToMap, queryToMap, queryToMapList, queryToMapList, saveObject, setDataS, toString, toString, toString, uniteForIn, updateObject, updateObject, updateObjectExcludeFields, updateObjectIncludeFieldspublic Pay_notice getPay_noticeById(long id)
getPay_noticeById in interface IPay_noticeDaopublic Pay_notice findPay_notice(Pay_notice data)
findPay_notice in interface IPay_noticeDaopublic void insertPay_notice(Pay_notice data)
insertPay_notice in interface IPay_noticeDaopublic void updatePay_notice(Pay_notice data)
updatePay_notice in interface IPay_noticeDaopublic void deletePay_noticeById(long... ids)
deletePay_noticeById in interface IPay_noticeDaopublic void deletePay_notice(Pay_notice data)
deletePay_notice in interface IPay_noticeDaopublic com.xunlei.common.util.Sheet<Pay_notice> queryPay_notice(Pay_notice data, com.xunlei.common.util.PagedFliper fliper)
queryPay_notice in interface IPay_noticeDaoCopyright © 2016. All rights reserved.