package com.huimv.sj.dao; import java.util.List; import java.util.Map; import com.huimv.sj.dataobject.SjEbpjtz; import com.huimv.sj.dataobject.SjEbpjtzExample; public interface SjEbpjtzDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int countByExample(SjEbpjtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int deleteByExample(SjEbpjtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ void insert(SjEbpjtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ void insertSelective(SjEbpjtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ List selectByExample(SjEbpjtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ SjEbpjtz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int updateByExampleSelective(SjEbpjtz record, SjEbpjtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int updateByExample(SjEbpjtz record, SjEbpjtzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int updateByPrimaryKeySelective(SjEbpjtz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ebpjtz * * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015 */ int updateByPrimaryKey(SjEbpjtz record); public List selectEbfwjlStart(Map paramMap); }