Cascade
Index
Enumeration Members
ALL
Enable all cascade operations (persist, merge, remove).
MERGE
Cascade merge — detached related entities are merged into the identity map.
PERSIST
Cascade persist — new related entities are automatically persisted.
REMOVE
Cascade remove — removing the parent also removes related entities.
Cascade operations that propagate from a parent entity to its relations.