-
Method Summary
long
int
int
int
int
int
int
int
int
-
Method Details
-
-
-
deleteByPrimaryKey
@Delete({"delete from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"})
int deleteByPrimaryKey(Integer id)
-
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)
-
-
-
selectByPrimaryKey
@Select({"select","CUST_ID, CUST_NAME, CUST_ADDRESS, ZIP_CODE","from REGEXRENAME","where CUST_ID = #{id,jdbcType=INTEGER}"})
@ResultMap("mbg.test.mb3.generated.mixed.miscellaneous.mapper.RegexrenameMapper.BaseResultMap")
Regexrename selectByPrimaryKey(Integer id)
-
-
-
updateByPrimaryKeySelective
-
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)