0

what is the meaning of cascading?

10th Aug 2016, 3:55 PM
kaarush
2 ответов
+ 1
It is used in database api, e.g. JPA, hibernate. Definition: cascade: After one operation (save, update and delete) is done, it decide whether it need to call other operations (save, update and delete) on another entities which has relationship with each other.
10th Aug 2016, 4:40 PM
WPimpong
WPimpong - avatar
0
thanks
10th Aug 2016, 4:42 PM
kaarush