InterviewSolution
| 1. |
Explain annotation in EJB to do the database entity relationships/mappings. |
|
Answer» EJB 3.0 provides option to define database entity relationships/mappings like one to one, one to many, many to one and many to many relationships. Following are the relevant annotations:
|
|