728x90
반응형
https://hee-kkk.tistory.com/16
[ibatis] insert(), update(), delete() return 값, 실행 후 성공 여부 확인 / insert() 후 PK값 받아오는 방법 / ins
# ibatis insert(), update(), delete() return 값, 실행 후 성공 여부 확인 # insert() 후 PK값 받아오는 방법 # insert() 후 return값 사용 꼼수 # ibatis에서 insert(), update(), delete() 를 실행한 후 re..
hee-kkk.tistory.com
성공 | 실패 | |
insert() | null | e 에러 |
update() | 수정된 row수 | 0 |
delete() | 삭제된 row수 | 0 |
728x90
반응형
'DB > iBatis, myBatis' 카테고리의 다른 글
[myBatis] 에러 : Mapped Statements collection does not contain value for ~ (0) | 2022.10.13 |
---|