public interface RegexrenameMapper extends BaseInterface
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Regexrename record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Regexrename record)
This method was generated by MyBatis Generator.
|
List<Regexrename> |
selectByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
Regexrename |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Regexrename record,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Regexrename record,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Regexrename record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Regexrename record)
This method was generated by MyBatis Generator.
|
int countByExample(RegexrenameCriteria example)
int deleteByExample(RegexrenameCriteria example)
@Delete(value={"delete from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"})
int deleteByPrimaryKey(Integer id)
@Insert(value={"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 record)
int insertSelective(Regexrename record)
List<Regexrename> selectByExample(RegexrenameCriteria example)
@Select(value={"select","CUST_ID, CUST_NAME, CUST_ADDRESS, ZIP_CODE","from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"})
@ResultMap(value="BaseResultMap")
Regexrename selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="record")
Regexrename record,
@Param(value="example")
RegexrenameCriteria example)
int updateByExample(@Param(value="record")
Regexrename record,
@Param(value="example")
RegexrenameCriteria example)
int updateByPrimaryKeySelective(Regexrename record)
@Update(value={"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 record)
Copyright © 2010–2022 MyBatis.org. All rights reserved.