-
Method Summary
long
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table REGEXRENAME
-
deleteByExample
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
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
This method was generated by MyBatis Generator.
This method corresponds to the database table REGEXRENAME
-
updateByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table REGEXRENAME
-
updateByPrimaryKeySelective
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