사용자 도구

사이트 도구


springframework:jdbc

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
springframework:jdbc [2015/12/22 13:27]
kwon37xi
springframework:jdbc [2020/07/17 17:36]
kwon37xi
줄 7: 줄 7:
   * [[https://lalitjc.wordpress.com/2013/07/02/different-ways-of-calling-stored-procedure-using-spring/|Different ways of calling stored procedure using spring]]   * [[https://lalitjc.wordpress.com/2013/07/02/different-ways-of-calling-stored-procedure-using-spring/|Different ways of calling stored procedure using spring]]
  
 +===== NamedParameterJdbcTemplate =====
 +  * [[https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplate.html|NamedParameterJdbcTemplate]]
 +  * '':paramName'' 방식으로 파라미터 바인딩 가능
 +  * [[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/namedparam/SqlParameterSource.html|SqlParameterSource]]를 통해 파라미터 저장
 +    * [[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/namedparam/MapSqlParameterSource.html|MapSqlParameterSource]] 
 +    * [[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/namedparam/BeanPropertySqlParameterSource.html|BeanPropertySqlParameterSource]] : 일반 Java Bean의 프라퍼티명을 통해 파라미터 지정 가능.
springframework/jdbc.txt · 마지막으로 수정됨: 2022/03/23 22:27 저자 kwon37xi