public class ParamsTemplateDAO extends BaseDAO<ParamsTemplateEntity>
| 构造器和说明 |
|---|
ParamsTemplateDAO(DAOSession session) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.Class<ParamsTemplateEntity> |
getEntityClass()
如果重写了getEntityClass方法,就可以不重写其他所有DAO
|
add, addOrUpdate, count, find, findInProjection, findInProjection, findOne, findWithTotalCount, getById, getSession, remove, remove, updatepublic ParamsTemplateDAO(DAOSession session)
protected java.lang.Class<ParamsTemplateEntity> getEntityClass()
BaseDAOgetEntityClass 在类中 BaseDAO<ParamsTemplateEntity>