此内容没有您所选择的语言版本。

29.5. Annotations for use with Seam JavaBean components in a J2EE environment


Seam provides an annotation that lets you force a rollback of the JTA transaction for certain action listener outcomes.
@Transactional
@Transactional
Copy to Clipboard Toggle word wrap
Specifies that a JavaBean component should have similar transactional behavior to the default behavior of a session bean component. That is, method invocations should take place in a transaction, and if no transaction exists when the method is called, a transaction will be started just for that method. This annotation can be applied at either class or method level.

Note

This annotation should not be used on EJB3 components — use @TransactionAttribute instead.
@ApplicationException
@ApplicationException
Copy to Clipboard Toggle word wrap
Applied to an exception to denote that it is an application exception and should be reported to the client directly — that is, unwrapped. Operates identically to javax.ejb.ApplicationException when used in a pre-Java EE 5 environment.

Note

This annotation should not be used on EJB3 components — use @javax.ejb.ApplicationException instead.
  • rollback — by default false, if true this exception sets the transaction to rollback only.
  • end — by default false, if true, this exception ends the current long-running conversation.
@Interceptors
@Interceptors({DVDInterceptor, CDInterceptor})
Copy to Clipboard Toggle word wrap
Declares an ordered list of interceptors for a class or method. Operates identically to javax.interceptors.Interceptors when used in a pre-Java EE 5 environment. Note that this may only be used as a meta-annotation.

Note

This annotation should not be used on EJB3 components — use @javax.interceptor.Interceptors instead.
These annotations are used primarily for JavaBean Seam components. If you use EJB3 components, you should use the standard Java EE 5 annotations.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat