Administration Console Online Help

 Previous Next Contents Index  

 


Entity Bean --> required --> persistence

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure the required persistence attributes for an entity bean. At least one cmp-field element must be present in the descrptor if the entity bean's persistence-type is Container, and none must be present if the entity bean's persistence-type is Bean.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Persistence Type

Specify an entity bean's persistence management type.

Attribute: PersistenceType

Valid values:

  • "Bean"

  • "Container"

Readable: yes

Writable: yes

Prim Key Class

Provide the fully-qualified name of an entity bean's primary key class.

Attribute: PrimKeyClass

Configurable: yes

Readable: yes

Writable: yes

Reentrant

Attribute: Reentrant

Readable: yes

Writable: yes

Primkey Field

Provide the fully-qualified name of an entity bean's primary key class.

Attribute: PrimkeyField

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next