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.
我有一个无状态会话 bean,它被注释为容器管理的事务,但我没有定义事务类型。令人惊讶的是,这个 bean 的方法不会抛出 JPA 异常。你能解释一下为什么会这样吗?
根据 java ejb3_1 规范:
REQUIRED 是容器管理事务划分的默认事务属性值。因此不需要事务属性的显式规范。