반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

Spring.MyBatis Framework 본문

[IT]/Spring

Spring.MyBatis Framework

givemebro 2021. 5. 27. 10:35
반응형

MyBatis Framework

영속성 계층 프레임워크(persistence layer framework)

JDBC Framework

자바 어플리케이션과 데이터베이스 연동시 반복적인 작업(Connection, PreparedStatement, ResultSet, close)을 프레임워크에서 지원하여 생산성이 향상

SQL을 mapper xml에 정의하고 어플리케이션에서 사용

반응형

'[IT] > Spring' 카테고리의 다른 글

Spring.MyBatis.인스턴스 객체 접근  (0) 2021.05.31
param.productNo 값 넣고 insert  (0) 2021.05.28
Spring.MyBatis.table column 명과 VO의 instance변수 명이 다른 경우  (0) 2021.05.28
Spring.MyBatis.DB.Map  (0) 2021.05.27
Spring.MyBatis.DB사용  (0) 2021.05.26
Spring.AOP.around  (0) 2021.05.25
log4j  (0) 2021.05.24
Spring.AOP(Aspect Oriented Programming)  (0) 2021.05.21
Comments