public class ExtBaiduWalletDaoImpl extends com.xunlei.common.dao.JdbcBaseDao implements IExtBaiduWalletDao
| Constructor and Description |
|---|
ExtBaiduWalletDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtBaiduWalletByIds(long[] ids)
通过主键删除
|
ExtBaiduWallet |
findExtBaiduWallet(ExtBaiduWallet data)
条件查询
|
ExtBaiduWallet |
findExtBaiduWalletById(long id)
通过ID查找
|
com.xunlei.common.util.Sheet<ExtBaiduWallet> |
queryExtBaiduWallet(ExtBaiduWallet data,
com.xunlei.common.util.PagedFliper fliper)
查询分页数据
|
ExtBaiduWallet |
queryExtBaiduWalletSum(ExtBaiduWallet data)
统计总额
|
void |
save(ExtBaiduWallet extBaiduWallet)
保存新数据
|
void |
update(ExtBaiduWallet 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 ExtBaiduWallet findExtBaiduWallet(ExtBaiduWallet data)
IExtBaiduWalletDaofindExtBaiduWallet in interface IExtBaiduWalletDaopublic ExtBaiduWallet findExtBaiduWalletById(long id)
IExtBaiduWalletDaofindExtBaiduWalletById in interface IExtBaiduWalletDaopublic void update(ExtBaiduWallet data)
IExtBaiduWalletDaoupdate in interface IExtBaiduWalletDaopublic void deleteExtBaiduWalletByIds(long[] ids)
IExtBaiduWalletDaodeleteExtBaiduWalletByIds in interface IExtBaiduWalletDaopublic void save(ExtBaiduWallet extBaiduWallet)
IExtBaiduWalletDaosave in interface IExtBaiduWalletDaopublic com.xunlei.common.util.Sheet<ExtBaiduWallet> queryExtBaiduWallet(ExtBaiduWallet data, com.xunlei.common.util.PagedFliper fliper)
IExtBaiduWalletDaoqueryExtBaiduWallet in interface IExtBaiduWalletDaopublic ExtBaiduWallet queryExtBaiduWalletSum(ExtBaiduWallet data)
IExtBaiduWalletDaoqueryExtBaiduWalletSum in interface IExtBaiduWalletDaoCopyright © 2016. All rights reserved.