Multiple choice technology web technology

Which are the valid values for Cascade attribute in mapping xml?

  1. all

  2. persist

  3. delete

  4. 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.