[book]Java persistence with hibernate到着

Java Persistence With Hibernate

Java Persistence With Hibernate


まずは、
9章.working with objects
10章.Transactions and concurrency
11章.implementing conversations
あたりからですかね。10章はせっかく昼の職場が某APサーバを使える環境にあるので絡めて試してみたいな。11章はseamネタでよく見かけるtermなのでサクっとみてコードかいて確認しておきますかね。ってなことを仕事の合間に気分転換までに確認してみようとたくらむ。ちなみに全800ページぐらいあるうちの17章のintroducing JBoss Seamに70ページさいている。JSFのライフサイクルとSeamの振る舞いの関連など基本的な押さえどころがわかりやすくかいてあると思う、多分。深くみてねー。

Session.get() will always return a fully initialized instance, the guarantee is that the instance is fully available in any future detached state. This was actually aligned in Hibernate3 with the EntityManager.find() operation, which has been standardized that way. What you are describing is Hibernate2. Also see the documentation links I've posted...

へぇー知らんかった。ここは一応メモ。

HibernateToolネタはそんなに本には書いてなかった、と思ったらちょうど昨日?から動画で確認できるようになりました。これ