そごうソフトウェア研究所

SOA、開発プロセス、ITアーキテクチャなどについて書いています。Twitterやってます@rsogo

2007-04-01から1ヶ月間の記事一覧

3.4.2 Version Attributes The Version field or property is used by the persistence provider to perform optimistic locking. It is accessed and/or set by the persistence provider in the course of performing lifecycle operations on the entity …

3.4.1 Optimistic Locking

JPA

続いて、3.4.1に行きます。要はトランザクションが入れ子になって、データベースのデータに不整合が発生するとOptimisticLockExceptionが起きてトランザクションがロールバックされますよ。もし、ロック使いたくないなら、アプリ側でなんとかしてね、という…

3.4 Optimistic Locking and Concurrency

JPA

勉強がてら、JSR-220を読んで行こうかと思います。間違っていれば、つっこみお願いします。 This specification assumes the use of "optimistic locking". この仕様は、「楽観的ロック」の使用を扱います。 It assumes that the databases to which persist…

MSアーキテクトフォーラム2007

SOA

昨日ですが、マイクロソフト アーキテクトフォーラム2007に行ってきました。日ごろMSさんの製品や技術に触れる機会が少ないのですが、 Ron Jacobsさんの「Patterns for Service Oriented Architecture」を聞きたくて。ユーザーエクスペリエンスや、Softw…