Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 에스가든스냅
- LINQ
- c#
- React
- vscode
- error
- JavaScript
- 대전본식영상
- intellij
- 라도무스dvd
- EFCore
- Request
- Store
- .net
- 명시적외래키
- c#코딩의기술실전편
- 상속
- 코드프로그래머스
- scanner
- JSON
- dbContext
- minimalAPI
- ViewModel
- extraParams
- extjs
- mac
- Config
- ORM
- 스냅잘찍음
- lazy loading
Archives
- Today
- Total
ejyoo's 개발 노트
[mybatis] 쿼리 실행 시 마다 자동 commit 되길 원할 때, 본문
implements SqlSessionFactory 한 클래스에서
@Override
public SqlSession openSession() {
return sqlSessionFactory.openSession(true);
}
openSession을 true로 설정
'DB > mybatis' 카테고리의 다른 글
IBatis 쿼리 xml 을 MyBatis 쿼리 xml 로 변경 (0) | 2021.05.18 |
---|