InterviewSolution
Saved Bookmarks
| 1. |
What are the components of the Composite Entity pattern? |
|
Answer» This pattern is used in EJB (Enterprise Java Beans) persistence mechanism. A COMPOSITE entity represents the object GRAPH and is an EJB entity. Whenever a composite entity is updated, the object beans that are INTERNALLY DEPENDENT on this bean are updated automatically. There are 4 main components of the Composite Entity Pattern:
|
|