Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- maven
- ibatis
- CEP
- java tip
- jstl
- drools
- gwt
- gwt-ext
- custom filter
- Hudson
- JBoss Seam
- @SqlResultSetMapping
- COC
- querydsl
- guvnor
- spring security
- JPA
- SVN
- bootstrap jquery datepicker
- jquery
- Spring
- jquery serialize
- spring jpa
- spring transaction
- MySQL
- GEventEvaluator
- zabbix
- rember me
- Drools Fusion
- jenkins
Archives
- Today
- Total
목록개발환경/Spring (12)
봉 블로그
Spring Transaction(트랜잭션)
Spring Transaction http://kr.blog.yahoo.com/i056695/1030 트랜잭션 격리 레벨 (Isolation Level) 격리 레벨 (Isolation Level) 상세 설명 TransactionDefinition. ISOLATION_DEFAULT -1 : 개별적인 PlatformTransactionManager를 위한 디폴트 격리 레벨 TransactionDefinition. ISOLATION_READ_UNCOMMITTED 1 : 격리 레벨 중 가장 낮은 격리 레벨이다. 이 격리 레벨은 다른 Commit 되지 않은 트랜잭션에 의해 변경된 데이터를 볼 수 있기 때문에 거의 트랜잭션의 기능을 수행하지 않는다. TransactionDefinition. ISOLATION_REA..
개발환경/Spring
2009. 9. 22. 09:50