package com.huimv.bjq.dao; import java.util.List; import java.util.Map; import com.huimv.bjq.dataobject.BjqCssz; import com.huimv.bjq.dataobject.BjqCsszExample; public interface BjqCsszDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int countByExample(BjqCsszExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int deleteByExample(BjqCsszExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ void insert(BjqCssz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ void insertSelective(BjqCssz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ List selectByExample(BjqCsszExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ BjqCssz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int updateByExampleSelective(BjqCssz record, BjqCsszExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int updateByExample(BjqCssz record, BjqCsszExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int updateByPrimaryKeySelective(BjqCssz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table bjq_cssz * * @ibatorgenerated Fri Jun 26 10:11:47 CST 2015 */ int updateByPrimaryKey(BjqCssz record); int countBjqCsszByParam(Map searchParam); List selectBjqCsszByParam(Map searchParam); List selectBjqCsszByParam2(Map searchParam); }