The most common container-managed transaction attribute is Required.
最常用的容器管理的事务属性是Required。
The example code in Listing 1 demonstrates a bean-managed transaction (sometimes called a programmatic transaction.)
清单 1 中的示例代码演示了 bean 管理的事务(有时也称为 编程(programmatic)事务)。
In the case of a J2EE bean-managed transaction, the bean is completely responsible for controlling transaction boundaries.
在J2EE bean管理事务的情况下,bean负责控制事务范围。
应用推荐