public interface ConstDefDao extends CTPBaseHibernateDao<ConstDef>
限定符和类型 | 方法和说明 |
---|---|
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 string,
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, update, update, update, update, update, updateAll, withoutPagination, withPagination
bulkUpdate, 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, updatePatchAll
java.util.List<ConstDef> getAll()
CTPBaseDao
getAll
在接口中 CTPBaseDao<ConstDef>
Page listPage(java.lang.String string, int pageNo, int pageSize)
java.util.List<ConstDef> findByExample(ConstDef def)
CTPBaseHibernateDao
findByExample
在接口中 CTPBaseHibernateDao<ConstDef>
ConstDef findById(java.lang.Long id)
void add(ConstDef def)
void update(ConstDef def)
void delete(ConstDef def)