@Component public class Pay_orderDaoImpl extends com.xunlei.common.dao.JdbcBaseDao implements IPay_orderDao
| Constructor and Description |
|---|
Pay_orderDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePay_order(Pay_order data) |
void |
deletePay_orderByIds(long... ids) |
Pay_order |
findPay_order(Pay_order data) |
Pay_order |
findPay_orderById(long id) |
void |
insertPay_order(Pay_order data) |
com.xunlei.common.util.Sheet<Pay_order> |
queryPay_order(Pay_order data,
com.xunlei.common.util.PagedFliper fliper) |
Pay_order |
queryPay_orderSum(Pay_order data) |
void |
updatePay_order(Pay_order data) |
String |
whereSql(Pay_order 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_order findPay_order(Pay_order data)
findPay_order in interface IPay_orderDaopublic Pay_order findPay_orderById(long id)
findPay_orderById in interface IPay_orderDaopublic com.xunlei.common.util.Sheet<Pay_order> queryPay_order(Pay_order data, com.xunlei.common.util.PagedFliper fliper)
queryPay_order in interface IPay_orderDaopublic void insertPay_order(Pay_order data)
insertPay_order in interface IPay_orderDaopublic void updatePay_order(Pay_order data)
updatePay_order in interface IPay_orderDaopublic void deletePay_order(Pay_order data)
deletePay_order in interface IPay_orderDaopublic void deletePay_orderByIds(long... ids)
deletePay_orderByIds in interface IPay_orderDaopublic Pay_order queryPay_orderSum(Pay_order data)
queryPay_orderSum in interface IPay_orderDaoCopyright © 2016. All rights reserved.