package com.huimv.lierda.dao; import com.huimv.lierda.dataobject.LierdaDwda; import com.huimv.lierda.dataobject.LierdaDwdaExample; import java.util.List; public interface LierdaDwdaDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int countByExample(LierdaDwdaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int deleteByExample(LierdaDwdaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ void insert(LierdaDwda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ void insertSelective(LierdaDwda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ List selectByExample(LierdaDwdaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ LierdaDwda selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int updateByExampleSelective(LierdaDwda record, LierdaDwdaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int updateByExample(LierdaDwda record, LierdaDwdaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int updateByPrimaryKeySelective(LierdaDwda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dwda * * @ibatorgenerated Thu Sep 19 14:44:32 CST 2019 */ int updateByPrimaryKey(LierdaDwda record); }