|
I was doing some other tests (because I was getting this "HHH000346: Error during managed flush [org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer$1 cannot be cast to [B]" in some other part of our code) and it seems that if I add another OneToMany association to the Parent2 class then I do have this cascade delete error even when the annotations are on the properties!
|