package com.huimv.xx.dao; import com.huimv.busi.base.dto.ResponseBean; import com.huimv.web.base.PageBean; import com.huimv.xx.dataobject.XxXxtz; import com.huimv.xx.dataobject.XxXxtzExample; import java.util.List; import java.util.Map; public interface XxXxtzDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int countByExample(XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int deleteByExample(XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ void insert(XxXxtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ void insertSelective(XxXxtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ List selectByExampleWithBLOBs(XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ List selectByExampleWithoutBLOBs(XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ XxXxtz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByExampleSelective(XxXxtz record, XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByExampleWithBLOBs(XxXxtz record, XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByExampleWithoutBLOBs(XxXxtz record, XxXxtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByPrimaryKeySelective(XxXxtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByPrimaryKeyWithBLOBs(XxXxtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxtz * * @ibatorgenerated Fri Aug 08 15:20:55 CST 2014 */ int updateByPrimaryKeyWithoutBLOBs(XxXxtz record); ResponseBean selectXxXxtzByParam(Map paramMap, PageBean pageBean) throws Exception; int getXxXxtzMaxId(); /** * 获取发布时间合适的XtXxtz */ public List selectXtXxtzFitTime(Map paramMap); }