public interface RegexrenameMapper extends BaseInterface
Modifier and Type | Method and Description |
---|---|
long |
countByExample(RegexrenameCriteria example) |
int |
deleteByExample(RegexrenameCriteria example) |
int |
deleteByPrimaryKey(Integer id) |
int |
insert(Regexrename row) |
int |
insertSelective(Regexrename row) |
List<Regexrename> |
selectByExample(RegexrenameCriteria example) |
Regexrename |
selectByPrimaryKey(Integer id) |
int |
updateByExample(Regexrename row,
RegexrenameCriteria example) |
int |
updateByExampleSelective(Regexrename row,
RegexrenameCriteria example) |
int |
updateByPrimaryKey(Regexrename row) |
int |
updateByPrimaryKeySelective(Regexrename row) |
long 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 row)
int insertSelective(Regexrename row)
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="mbg.test.mb3.generated.mixed.miscellaneous.mapper.RegexrenameMapper.BaseResultMap") Regexrename selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="row") Regexrename row, @Param(value="example") RegexrenameCriteria example)
int updateByExample(@Param(value="row") Regexrename row, @Param(value="example") RegexrenameCriteria example)
int updateByPrimaryKeySelective(Regexrename row)
@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 row)
Copyright © 2006–2022 MyBatis.org. All rights reserved.