public class LibclassmDaoImpl extends BaseDao implements ILibclassmDao
| Constructor and Description |
|---|
LibclassmDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteLibclassm(Libclassm data)
根据传入的对象,删除相应的数据
|
void |
deleteLibclassmById(long... seqids) |
Libclassm |
findLibclassm(Libclassm data)
可以根据其他字段的查询条件来获取唯一的数据
|
List<Libclassm> |
getAllLibclassm() |
Libclassm |
getLibclassmById(long seqid) |
void |
insertLibclassm(Libclassm data) |
com.xunlei.common.util.Sheet<Libclassm> |
queryLibclassm(Libclassm data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateLibclassm(Libclassm data) |
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 Libclassm findLibclassm(Libclassm data)
findLibclassm in interface ILibclassmDaopublic com.xunlei.common.util.Sheet<Libclassm> queryLibclassm(Libclassm data, com.xunlei.common.util.PagedFliper fliper)
queryLibclassm in interface ILibclassmDaopublic void deleteLibclassm(Libclassm data)
deleteLibclassm in interface ILibclassmDaopublic Libclassm getLibclassmById(long seqid)
getLibclassmById in interface ILibclassmDaopublic void insertLibclassm(Libclassm data)
insertLibclassm in interface ILibclassmDaopublic void updateLibclassm(Libclassm data)
updateLibclassm in interface ILibclassmDaopublic void deleteLibclassmById(long... seqids)
deleteLibclassmById in interface ILibclassmDaopublic List<Libclassm> getAllLibclassm()
getAllLibclassm in interface ILibclassmDaoCopyright © 2016. All rights reserved.