Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一部のタイプの Web リクエストに対して繰り返し可能な読み取りを使用すると便利な場合がありますが、読み取りコミットを使用して実装するのが最も簡単なタイプもあります。HTTP リクエストごと、セッションごと、またはトランザクションごとに使用する分離レベルを指定するにはどうすればよいですか?
Hibernate にはデータベース トランザクションの実装があり、デフォルトは JDBC トランザクション (もう 1 つは JTA) です。
おそらく、これはdocs-transactions と並行性を休止状態にするのに役立ちます