Administration Console Online Help

 Previous Next Contents Index  

 


Entity Bean --> required --> persistence

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the required persistence information for the entity 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 naqme of an entity bean's primary key class. If the definition of the primary key class is deferred until deployment, the prim-key-class should specify java.lang.Object.

Attribute: PrimKeyClass

Configurable: yes

Readable: yes

Writable: yes

Reentrant

Attribute: Reentrant

Readable: yes

Writable: yes



 

Back to Top Previous Next