Examples of ICustmerXFDao


Examples of com.lgx8.management.dao.ICustmerXFDao

       
      }
    }
   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    ICustmerXFDao custmerXFDao = (ICustmerXFDao) ac.getBean("custmerXFDao");
   
    PageList pageList = custmerXFDao.listCustmerXFByConditions(hql, new Object[]{}, Integer.parseInt(page), Integer.parseInt(maxResult));
    //当前页数设置
    pageInfo.put("page", page);
    //当前页数设置
    pageInfo.put("size", maxResult);
    //总搜索数据量设置
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.