What happens when CascadeType.ALL is specified on a Hibernate association?
-
A
Only PERSIST and MERGE operations cascade to the child
-
B
All JPA lifecycle operations cascade to the associated entity
-
C
Only DELETE operations cascade to the child
-
D
The relationship automatically becomes bidirectional