Interface RegexrenameMapper

All Superinterfaces:
BaseInterface

public interface RegexrenameMapper extends BaseInterface
  • Method Details

    • countByExample

      @SelectProvider(type=RegexrenameSqlProvider.class, method="countByExample") long countByExample(RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • deleteByExample

      @DeleteProvider(type=RegexrenameSqlProvider.class, method="deleteByExample") int deleteByExample(RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • deleteByPrimaryKey

      @Delete({"delete from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • insert

      @Insert({"insert into REGEXRENAME (CUST_ID, CUST_NAME, ","CUST_ADDRESS, ZIP_CODE)","values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, ","#{address,jdbcType=VARCHAR}, #{zipCode,jdbcType=CHAR})"}) @SelectKey(statement="call next value for TestSequence", keyProperty="id", before=true, resultType=java.lang.Integer.class) int insert(Regexrename row)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • insertSelective

      @InsertProvider(type=RegexrenameSqlProvider.class, method="insertSelective") @SelectKey(statement="call next value for TestSequence", keyProperty="id", before=true, resultType=java.lang.Integer.class) int insertSelective(Regexrename row)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • selectByExample

      @SelectProvider(type=RegexrenameSqlProvider.class, method="selectByExample") @Result(column="CUST_ID",property="id",jdbcType=INTEGER,id=true) @Result(column="CUST_NAME",property="name",jdbcType=VARCHAR) @Result(column="CUST_ADDRESS",property="address",jdbcType=VARCHAR) @Result(column="ZIP_CODE",property="zipCode",jdbcType=CHAR) List<Regexrename> selectByExample(RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • selectByPrimaryKey

      @Select({"select","CUST_ID, CUST_NAME, CUST_ADDRESS, ZIP_CODE","from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"}) @Result(column="CUST_ID",property="id",jdbcType=INTEGER,id=true) @Result(column="CUST_NAME",property="name",jdbcType=VARCHAR) @Result(column="CUST_ADDRESS",property="address",jdbcType=VARCHAR) @Result(column="ZIP_CODE",property="zipCode",jdbcType=CHAR) Regexrename selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • updateByExampleSelective

      @UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param("row") Regexrename row, @Param("example") RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • updateByExample

      @UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Regexrename row, @Param("example") RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • updateByPrimaryKeySelective

      @UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Regexrename row)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • updateByPrimaryKey

      @Update({"update REGEXRENAME","set CUST_NAME = #{name,jdbcType=VARCHAR},","CUST_ADDRESS = #{address,jdbcType=VARCHAR},","ZIP_CODE = #{zipCode,jdbcType=CHAR}","where CUST_ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKey(Regexrename row)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME