ContainerManagedEntityExtension

Container managed entity bean extensions for WebSphere.

Inherits from type EntityExtension and adds the following.


 

Attributes Summary

concurrencyControl Optional.
finderDescriptors DEPRECATEDUSED FOR EJB1.
localRelationshipRoles DEPRECATEDUSED FOR EJB1.
accessIntents An optional list of access intents for a CMP enterprise bean.
persistenceSecurityIdentity @deprecatedUSED FOR COMPATIBILITY WITH EJB1.
dataCache Data cache settings for the container managed entity bean.

 

Attribute Details


concurrencyControl

Optional. Specifies the type of concurrency control for this container managed entity.

Data type:  ConcurrencyControlKind
Default value:   unspecified
Allowed Values:  pessimistic   optimistic  



finderDescriptors

DEPRECATEDUSED FOR EJB1.1 WEBSPHERE CMP EXTENSIONS (pre-EJB2.0)A list of finder descriptors for a container managed entity.

Data type:  FinderDescriptor



localRelationshipRoles

DEPRECATEDUSED FOR EJB1.1 WEBSPHERE CMP EXTENSIONS (pre-EJB2.0)A list of local relationship roles for the container managed entity bean.

Data type:  EjbRelationshipRole



accessIntents

An optional list of access intents for a CMP enterprise bean.

Data type:  AccessIntent



persistenceSecurityIdentity

@deprecatedUSED FOR COMPATIBILITY WITH EJB1.1 WEBSPHERE EXTENSION SUPPORT OF RUN AS. NOT USED FOR EJB2.0The optional security identity to use for CMP.

Data type:  PersistenceSecurityIdentity



dataCache

Data cache settings for the container managed entity bean.

Data type:  DataCache