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 : CMPAttribute *  
keyAttributes : CMPAttribute @*  
/roles :   
queries : Query * @since J2EE1.
primKeyField : CMPAttribute@  

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: CMPAttribute*



keyAttributes    -     
     data type: CMPAttribute@*



/roles    -     
     data type: 



queries    -    @since J2EE1.4 moved from CMEThe 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*



primKeyField    -     
     data type: CMPAttribute@


Copyright IBM Corp. 1997-2004