Enum Class CascadeType

java.lang.Object
java.lang.Enum<CascadeType>
jakarta.persistence.CascadeType
All Implemented Interfaces:
Serializable, Comparable<CascadeType>, Constable

public enum CascadeType extends Enum<CascadeType>
Defines the set of cascadable operations that are propagated to the associated entity. The value cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}.
Since:
1.0
See Also: