본문 바로가기

ETC

정리할 내용 spring post, mybatis multi insert, mybatis batch , sql exists, postrgres exists

반응형

m.blog.naver.com/PostView.nhn?blogId=mu_kk&logNo=220617362843&proxyReferer=https:%2F%2Fwww.google.com%2F

 

Spring POST로 List파라미터 넘길때 문제.

$.ajax를 이용해서 List가 들어있는 클래스를 @RequestParam 하고 있는 함수에 접근할 때, 다음과 같은 ...

blog.naver.com

 

m.blog.naver.com/PostView.nhn?blogId=spdlqjdudghl&logNo=220841108598&proxyReferer=https:%2F%2Fwww.google.com%2F

 

okky.kr/article/318516

trandent.com/article/etc/detail/773

 

MySQL) select if not exist insert - 동일한 데이터가 없을때 insert :: TRANDENT

Spring, JSP, Javascript, JQuery, AngularJS 등 웹개발 정보 공유. Trandent.com

trandent.com

 

yookeun.github.io/java/2015/06/19/mybatis-batch/

 

MyBatis에서 Batch처리(SqlSession과 foreach)

Spring과 MyBatis연동시 배치를 처리할 경우가 있다. 한꺼번에 인서트나 업데이트가 필요한 경우있다. 이 때 SqlSession을 반복적으로 처리하는 방법과 xml에서 foreach를 처리하는 방법이 있다. 먼저 DB는

yookeun.github.io

sambalim.tistory.com/126

 

PostgreSQL EXISTS & IN

PostgreSQL_EXISTS_IN EXISTS & IN PostgreSQL에서 기존 데이터와의 중복을 방지하는 법을 알아봅니다. EXISTS xxxxxxxxxx EXISTS (subquery) EXISTS 연산자는 subquery 가 1튜플(row)이라도 반환..

sambalim.tistory.com

 

 

반응형