The relationships describes the relationships in which entity beans with container managed persistence participate. The relationships element contains an optional description; and a list of ejb-relation elements, which specify the container managed relationships.
description
-
@since J2EE1.4 deprecated, becomes descriptionsThe description is used by the ejb-jar file producer to provide text describing the collection of relationships.The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents. data type:
String
default Value:
unspecified
ejbJar
-
data type: ejbRelations
-
A list of ejb-relation elements, which specify the container managed relationships. data type:EJBRelation*
descriptions
-
@since J2EE1.4 data type:Description*