Hi guys,
I'd like to ask you experts a question about JPA annotation cascade? I'm using Ebean though.
For example,
@OneToOne(cascade = CascadeType.ALL)
Does cascade mean that parent & child update at the same time without any concurrent issue (atomically), right?
Thanks in advance.
Cheers,
Jay