IntelliJ IDEA 2018.2 Help

EJB Module Editor - Transaction Attributes

EJB Tool Window | context menu of a module with an EJB facet | Jump to Source


Use this tab to manage the transaction attributes that are used by the EJB container to control the transaction scope when the enterprise bean methods are invoked.

Item

Description

Name

This column shows beans, their interfaces and the list of methods that they implement.

Transaction Attribute

This column displays the transaction attribute for a method, interface or bean. The possible values are:
  • Mandatory

  • Never

  • NotSupported

  • Required

  • RequiresNew

  • Supports

Last modified: 20 November 2018

See Also