package com.huimv.xx.dao; import com.huimv.xx.dataobject.XxTjfx; import com.huimv.xx.dataobject.XxTjfxExample; import java.util.List; public interface XxTjfxDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int countByExample(XxTjfxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int deleteByExample(XxTjfxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ void insert(XxTjfx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ void insertSelective(XxTjfx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ List selectByExample(XxTjfxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ XxTjfx selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int updateByExampleSelective(XxTjfx record, XxTjfxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int updateByExample(XxTjfx record, XxTjfxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int updateByPrimaryKeySelective(XxTjfx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_tjfx * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ int updateByPrimaryKey(XxTjfx record); }