Difference between the all cascade="all,delete-orphan" and cascade="all-delete-orphan" #3194
Unanswered
ReneLombard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When looking at the documentation it states the cascade="all-delete-orphan" but if I look into the code I see both the all,delete-orphan and all-delete-orphan is used.
e.g. all,delete-orphan
and
all-delete-orphan
Does the deviation matter and is both notations supported or is there a bug in the library?
Beta Was this translation helpful? Give feedback.
All reactions