public class AutoPayDaoImpl extends BaseDao implements AutoPayDao
| Constructor and Description |
|---|
AutoPayDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAutoPay(long seqId) |
List<AutoPay> |
getAutoPay(AutoPayCondition autoPay)
查询满足条件的自动支付关系
|
List<AutoPay> |
getAutoPay(AutoPayCondition autoPay,
int start,
int limit)
查询maxSize行
|
com.xunlei.common.util.Sheet<AutoPay> |
getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
AutoPay |
getAutoPay(long seqId) |
void |
insertAutoPay(AutoPay autoPay) |
void |
updateAutoPay(AutoPay autoPay) |
createHibernateTemplate, deleteObject, findObject, getHibernateTemplate, getSession, getSession, getSessionFactory, insertObject, setHibernateTemplate, setSessionFactory, updateObjectaddLimitToSql, batchUpdate, computeStartRowNo, createNextId, deleteObject, deleteObjectByCondition, execute, executeUpdate, findObject, findObjectByCondition, findObjects, findPagedObjects, findPagedObjects, findPagedObjects, findPagedObjectsExcludeFields, findPagedObjectsExcludeFields, findPagedObjectsIncludeFields, findPagedObjectsIncludeFields, getMaxNewSn, getNewSn, getNewSn, getSingleDouble, getSingleInt, getSingleLong, getSingleString, getSmoothNewSn, isEmpty, isNotEmpty, isNumType, isSupportType, query, query, query, queryOne, queryOne, queryToList, queryToMap, queryToMap, queryToMapList, queryToMapList, saveObject, setDataS, toString, toString, toString, uniteForIn, updateObject, updateObjectExcludeFields, updateObjectIncludeFieldspublic AutoPay getAutoPay(long seqId)
getAutoPay in interface AutoPayDaopublic com.xunlei.common.util.Sheet<AutoPay> getAutoPay(AutoPayCondition autoPay, com.xunlei.common.util.PagedFliper fliper)
getAutoPay in interface AutoPayDaopublic void insertAutoPay(AutoPay autoPay)
insertAutoPay in interface AutoPayDaopublic void updateAutoPay(AutoPay autoPay)
updateAutoPay in interface AutoPayDaopublic void deleteAutoPay(long seqId)
deleteAutoPay in interface AutoPayDaopublic List<AutoPay> getAutoPay(AutoPayCondition autoPay)
getAutoPay in interface AutoPayDaopublic List<AutoPay> getAutoPay(AutoPayCondition autoPay, int start, int limit)
getAutoPay in interface AutoPayDaoautoPay - maxSize - Copyright © 2016. All rights reserved.