Administration Console Online Help

 Previous Next Contents Index  

 


Entity Bean --> optional --> persistence

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the optional 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

Primkey Field

Specify the name of the primary key field for an entity with container-managed persistence. Must be declared in the cmp-field and the type of field must be the same as the primary key type.

Attribute: PrimkeyField

Configurable: yes

Readable: yes

Writable: yes

CMPVersion

Specify the version of an entity bean with container- managed persistence.

Attribute: CMPVersion

Default: "2.x"

Valid values:

  • "1.x"

  • "2.x"

Readable: yes

Writable: yes

Abstract Schema Name

Specify the name of the abstract schema type of an entity bean with CMP-version 2.x. Use in EJB QL queries.

Attribute: AbstractSchemaName

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next