package com.huimv.bjq.dao; import java.util.List; import java.util.Map; import com.huimv.bjq.dataobject.BjqTxmx; import com.huimv.bjq.dataobject.BjqTxmxExample; public interface BjqTxmxDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int countByExample(BjqTxmxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int deleteByExample(BjqTxmxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ void insert(BjqTxmx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ void insertSelective(BjqTxmx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ List selectByExample(BjqTxmxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ BjqTxmx selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int updateByExampleSelective(BjqTxmx record, BjqTxmxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int updateByExample(BjqTxmx record, BjqTxmxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int updateByPrimaryKeySelective(BjqTxmx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_txmx * * @ibatorgenerated Mon Jun 29 16:57:37 CST 2015 */ int updateByPrimaryKey(BjqTxmx record); int countBjqtxmxByParam(Map searchParam); List selectBjqtxmxByParam(Map searchParam); }