//start transaction
public void testTras() {
do something //within current active transaction
code snippets or methods //without current active transaction
do something //within current active transaction
}
//commit transaction
コード スニペットまたはメソッドが現在アクティブなトランザクションの外にあり、コードがトランザクション内にあることを望みます。
JTA とトランザクションの伝播に関する多くのドキュメントを見つけました。@Transactional(propagation) を使用して EJB と spring がこれらに適していることは知っていますが、プレイに関連するものは見つかりません。