Multiple choice technology web technology Which are the valid values for Cascade attribute in mapping xml? all persist delete All the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation Hibernate cascade attribute supports several values: 'all' (cascade all operations), 'persist', 'delete', 'save-update', 'merge', 'evict', 'replicate', 'refresh', and 'lock'. The options A, B, C are all valid cascade values.