IntelliJ IDEA 2018.2 Help

EJB Editor - General Tab - Entity Bean

EJB Tool Window | context menu of an entity bean | Jump to Source


This section describes the fields that are specific for the entity beans.

Item

Shortcut

Description

Abstract Schema Name

In this text box, specify the bean reference name that can be used to call the bean from QL queries.

This field is available for the CMP Entity Beans only.

Primary Key Class

In this field, specify the class that will be used to access primary key of a datasource the bean is associated with.

This field is available for the CMP and BMP Entity Beans.

Reenterant

Select this checkbox if you need the bean to handle multiple simultaneous, interleaved, or nested invocations that do not interfere with each other.

This field is available for the CMP and BMP Entity Beans.

CMP fields

These fields are available for CMP Entity Beans only.

icons general add svg

Insert

Click this button to create a new CMP field.

icon_openLocalVersion.png

F4

Click this button to change CMP field.

icons general remove svg

Delete

Click this button to delete selected field with its accessor methods and tags in the deployment descriptor.

help

F1

Click this button to show reference page.

Last modified: 20 November 2018

See Also