New CMP Entity Bean Dialog
Use this dialog box to create Container Managed Persistence (CMP) Entity Beans.
Item | Description |
---|---|
<ejb-name> | In this text box, type the basic name to be used for generating the names of the EJB constituent classes. The rules for generating EJB names are configured in the Java EE Names dialog box. |
Package | In this text box, specify a fully qualified path to the package where the bean resides. If necessary, click the
Browse button ![]() |
EJB Class | In this text box, specify the name of the bean implementation class. If necessary, click the
Browse button ![]() |
Primary Key Class | In this text box, specify the class to be used for accessing the primary key
of the data source the entity bean is associated with.
If necessary, click the Browse button ![]() |
CMP version | From this drop-down list, select the Container Managed Persistence (CMP) version to be used. |
Remote Interface | Select this check box if you want to configure a remote client view of the bean. |
Home | In this text box, specify the implementation class for a remote home interface.
If necessary, click the Browse button ![]() |
Remote | In this text box, specify the implementation class for a remote interface.
If necessary, click the Browse button ![]() |
Local Interface | Select this check box if you want to configure a local client view of the bean. |
Local Home | In this text box, specify the implementation class for a local home interface.
If necessary, click the Browse button ![]() |
Local | In this text box, specify the implementation class for a local interface.
If necessary, click the Browse button ![]() |
See Also
Last modified: 13 July 2016