ContainerManagedEntity



Inherits from type Entity and adds the following.

Attributes Summary
version : StringSpecifies the version of an entity bean with container-managed persistence.
abstractSchemaName : StringThe abstract-schema-name element specifies the name of the abstract schema type of an entity bean with cmp-version 2.
persistentAttributes : eAttribute @*  
keyAttributes : eAttribute @*  
queries : Query * The optional query elements must be present if the persistence-type is Container and the cmp-version is 2.

Attribute Details

version    -    Specifies the version of an entity bean with container-managed persistence.@invariant The cmp-version element must be one of the two following: 1.x , 2.x@default 2.x
     data type:  String
     default Value:   2.x



abstractSchemaName    -    The abstract-schema-name element specifies the name of the abstract schema type of an entity bean with cmp-version 2.x. It is used in EJB QL queries.For example, the abstract-schema-name for an entity bean whose local interface is com.acme.commerce.Order might be Order.
     data type:  String
     default Value:   unspecified



persistentAttributes    -     
     data type: eAttribute@*



keyAttributes    -     
     data type: eAttribute@*



queries    -    The optional query elements must be present if the persistence-type is Container and the cmp-version is 2.x and query methods other than findByPrimaryKey have been defined for the entity bean.@invariant see description
     data type: Query*


Copyright IBM Corp. 1996-2002