public QueryListObj getQueryListByHql(String hql) {
   return baseHbnDao.getQueryListByHql(hql);
 }
 public QueryListObj getQueryListByHql(String hql, int beginPage, int pageSize) {
   return baseHbnDao.getQueryListByHql(hql, beginPage, pageSize);
 }
 public QueryListObj getQueryList(int beginPage, int pageSize) {
   return baseHbnDao.getQueryListByEntityName("FsLfeqpruninform", beginPage, pageSize);
 }
 public void merge(FsLfeqpruninform fsLfeqpruninform) {
   baseHbnDao.merge("FsLfeqpruninform", fsLfeqpruninform);
 }
 public FsLfeqpruninform findByPk(Object lfeqpruninformid) {
   return (FsLfeqpruninform)
       baseHbnDao.findById(FsLfeqpruninform.class, (Serializable) lfeqpruninformid);
 }
 public QueryListObj getQueryList() {
   return baseHbnDao.getQueryListByEntityName("FsLfeqpruninform");
 }
 public void deleteAll(List pos) {
   baseHbnDao.deleteAll(pos);
 }
 public void saveOrUpdate(ZdhRsrecord zdhRsrecord) {
   baseHbnDao.saveOrUpdate("ZdhRsrecord", zdhRsrecord);
 }
 public void merge(ZdhRsrecord zdhRsrecord) {
   baseHbnDao.merge("ZdhRsrecord", zdhRsrecord);
 }
 public void delete(FsLfeqpruninform fsLfeqpruninform) {
   baseHbnDao.delete(fsLfeqpruninform);
 }
 public QueryListObj getQueryList(int beginPage, int pageSize) {
   return baseHbnDao.getQueryListByEntityName("ZdhRsrecord", beginPage, pageSize);
 }
 public QueryListObj getQueryList() {
   return baseHbnDao.getQueryListByEntityName("ZdhRsrecord");
 }
 public ZdhRsrecord findByPk(Object recordid) {
   return (ZdhRsrecord) baseHbnDao.findById(ZdhRsrecord.class, (Serializable) recordid);
 }
 public List getObjPropertySums(String sql) {
   List result = new ArrayList();
   if (sql != null && !"".equals(sql)) result = baseHbnDao.queryList(sql);
   return result;
 }
 public void saveOrUpdate(FsLfeqpruninform fsLfeqpruninform) {
   baseHbnDao.saveOrUpdate("FsLfeqpruninform", fsLfeqpruninform);
 }
 public void saveOrUpdateAll(Collection objs) {
   baseHbnDao.saveOrUpdateAll(objs);
 }
 public void delete(ZdhRsrecord zdhRsrecord) {
   baseHbnDao.delete(zdhRsrecord);
 }