package com.huimv.xx.dao; import com.huimv.busi.base.dto.ResponseBean; import com.huimv.web.base.PageBean; import com.huimv.xx.dataobject.XxXwfb; import com.huimv.xx.dataobject.XxXwfbExample; import java.util.List; import java.util.Map; public interface XxXwfbDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int countByExample(XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int deleteByExample(XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ void insert(XxXwfb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ void insertSelective(XxXwfb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ List selectByExampleWithBLOBs(XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ List selectByExampleWithoutBLOBs(XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ XxXwfb selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByExampleSelective(XxXwfb record, XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByExampleWithBLOBs(XxXwfb record, XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByExampleWithoutBLOBs(XxXwfb record, XxXwfbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByPrimaryKeySelective(XxXwfb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByPrimaryKeyWithBLOBs(XxXwfb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xwfb * * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014 */ int updateByPrimaryKeyWithoutBLOBs(XxXwfb record); ResponseBean selectXxXwfbByParam(Map paramMap, PageBean pageBean) throws Exception; int getXxXwfbMaxId(); }