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.
|
@SelectProvider(type=RegexrenameSqlProvider.class, method="countByExample") int countByExample(RegexrenameCriteria example)
@DeleteProvider(type=RegexrenameSqlProvider.class, method="deleteByExample") 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)
@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 record)
@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)
@Select(value={"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)
@UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="record") Regexrename record, @Param(value="example") RegexrenameCriteria example)
@UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="record") Regexrename record, @Param(value="example") RegexrenameCriteria example)
@UpdateProvider(type=RegexrenameSqlProvider.class, method="updateByPrimaryKeySelective") 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.