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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy