adspace
Answer Posted / Dileep Yadav
Cascade type determines what happens to associated entities when the parent entity is manipulated. For example, CASCADE_PERSIST means that a new child entity will be created along with the parent if the parent is persisted, and CASCADE_REMOVE means that the child entity will also be removed when the parent is deleted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers