본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

JAVA

MyBatis 다운로드

mybatis

자바 기반의 오픈 소스 ORM(Object-Relational Mapping) 프레임워크
JDBC보다 개발자가 데이터베이스와의 상호작용을 보다 쉽고 간편하게 할 수 있도록 도와줌

xml서술자/애너테이션 등을 사용해 sql문을 객체로 만든다.

 

http://www.mybatis.org

 

mybatis

 

mybatis.org

https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.4.6

 

Release mybatis-3.4.6 · mybatis/mybatis-3

Enhancements: Apply custom ResultHandler to CURSOR type OUT parameter. #493 Substitute variables in attribute values of included SQL fragments. #1069 BatchExecutor now closes each statement immedi...

github.com

https://mybatis.org/mybatis-3/getting-started.html

 

mybatis – MyBatis 3 | Getting started

It's very important to understand the various scopes and lifecycles classes we've discussed so far. Using them incorrectly can cause severe concurrency problems. Dependency Injection frameworks can create thread safe, transactional SqlSessions and mappers

mybatis.org

'JAVA' 카테고리의 다른 글

mybatis 동적 sql, sql문의 조건절: if choose foreach  (0) 2023.07.17
JSTL이란?  (0) 2023.07.10
자바설치 및 환경변수 설정  (0) 2023.06.08
lombok이란?  (0) 2023.06.08
Groovy DSL이란?  (0) 2023.05.10