Package top.codef.dao
Class CommonDao
java.lang.Object
top.codef.dao.AbstractDao
top.codef.dao.BaseDao
top.codef.dao.CommonDao
- All Implemented Interfaces:
AmebaDao
-
Constructor Summary
-
Method Summary
Methods inherited from class top.codef.dao.BaseDao
count, countDistinct, delete, getList, getList, getList, getList, getList, getPage, getPage, getSingle, getSingle, update, updateWithNull
Methods inherited from class top.codef.dao.AbstractDao
create, createOrUpdate, delete, delete, detach, flush, get, getEntityManager, getSession, lock, merge, refresh
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface top.codef.dao.AmebaDao
conditionHandle, conditionHandle, generateUid, groupBy, groupBy, joinTable, limit, orderBy, orderBy, orderBy, orderBy, select, seperate, where
-
Constructor Details
-
CommonDao
public CommonDao()
-