InterviewSolution
| 1. |
What Is The Relationship Between Local Interfaces And Container-managed Relationships? |
|
Answer» Entity BEANS that have container-managed relationships with other entity beans, MUST be accessed in the same local scope as those RELATED beans, and THEREFORE typically provide a local client view. In order to be the target of a container-managed RELATIONSHIP, an entity bean with container-managed persistence must provide a local interface. Entity beans that have container-managed relationships with other entity beans, must be accessed in the same local scope as those related beans, and therefore typically provide a local client view. In order to be the target of a container-managed relationship, an entity bean with container-managed persistence must provide a local interface. |
|