| Attributes Summary |
| description : String | The description is used by the ejb-jar file producer to provide text describing the ejb relationship role.
|
| roleName : String | Defines a name for a role that is unique within an ejb-relation.
|
| multiplicity : MultiplicityKind | Describes the multiplicity of the role that participates in a relation.
|
| cascadeDelete : boolean | Specifies that, within a particular relationship, the lifetime of one or more entity beans is dependent upon the lifetime of another entity bean.
|
| relationship : |
|
| source : RoleSource | Designates the source of a role that participates in a relationship.
|
| cmrField : CMRField | A declaration of the CMRField, if any, by means of which the other side of the relationship is accessed from the perspective of the role source@migration EJB1.
|