All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.llsfw.webgen.mapper.standard.permissions.TmJobMapper Maven / Gradle / Ivy

package com.llsfw.webgen.mapper.standard.permissions;

import com.llsfw.webgen.model.standard.permissions.TmJob;
import com.llsfw.webgen.model.standard.permissions.TmJobCriteria;
import java.util.List;
import org.apache.ibatis.annotations.Param;

public interface TmJobMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int countByExample(TmJobCriteria example);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int deleteByExample(TmJobCriteria example);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int deleteByPrimaryKey(String jobCode);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int insert(TmJob record);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int insertSelective(TmJob record);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    List selectByExample(TmJobCriteria example);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    TmJob selectByPrimaryKey(String jobCode);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int updateByExampleSelective(@Param("record") TmJob record, @Param("example") TmJobCriteria example);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int updateByExample(@Param("record") TmJob record, @Param("example") TmJobCriteria example);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int updateByPrimaryKeySelective(TmJob record);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TM_JOB
     *
     * @mbggenerated Tue Jan 05 13:08:26 CST 2016
     */
    int updateByPrimaryKey(TmJob record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy