public class ConstDefDaoImpl extends BaseHibernateDao<ConstDef> implements ConstDefDao
COUNT_MODE, LIST_MODE, SCROLL_MODEentityClass| 构造器和说明 |
|---|
ConstDefDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(ConstDef def) |
void |
delete(ConstDef def) |
java.util.List<ConstDef> |
findByExample(ConstDef def)
按照例子获取对象,参数中每一个属性值将都是查询条件
|
ConstDef |
findById(java.lang.Long id) |
java.util.List<ConstDef> |
getAll()
查找表中的所有数据
|
Page |
listPage(java.lang.String hql,
int pageNo,
int pageSize) |
void |
update(ConstDef def) |
delete, delete, delete, delete, deleteObject, findBy, getQueryCount, isNotUnique, pagedQuery, pagedQuery, pagedQuery, pagedQuery, paginate, paginate, paginate, remove, removeById, saveAll, sortCriteria, update, update, update, update, update, updateAll, withoutPagination, withPaginationcloseSessionIfNecessary, getSession, getSession, releaseSessionbulkUpdate, bulkUpdate, checkDaoConfig, convertHibernateAccessException, count, count, count, createHibernateTemplate, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getBatchSize, getCountByCriteria, getEntityClass, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setParameters, setSessionFactory, sortCriteria, update, updatePatchAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, delete, delete, deleteObject, findBy, getQueryCount, isNotUnique, pagedQuery, pagedQuery, pagedQuery, pagedQuery, paginate, paginate, paginate, remove, removeById, saveAll, update, update, update, update, update, updateAll, withoutPagination, withPaginationbulkUpdate, bulkUpdate, count, count, count, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getCountByCriteria, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setSessionFactory, update, updatePatchAllpublic java.util.List<ConstDef> getAll()
CTPBaseDaogetAll 在接口中 ConstDefDaogetAll 在接口中 CTPBaseDao<ConstDef>getAll 在类中 BaseDao<ConstDef>public Page listPage(java.lang.String hql, int pageNo, int pageSize)
listPage 在接口中 ConstDefDaopublic java.util.List<ConstDef> findByExample(ConstDef def)
CTPBaseHibernateDaofindByExample 在接口中 ConstDefDaofindByExample 在接口中 CTPBaseHibernateDao<ConstDef>findByExample 在类中 BaseHibernateDao<ConstDef>public ConstDef findById(java.lang.Long id)
findById 在接口中 ConstDefDaopublic void update(ConstDef def)
update 在接口中 ConstDefDaopublic void add(ConstDef def)
add 在接口中 ConstDefDaopublic void delete(ConstDef def)
delete 在接口中 ConstDefDao