1: package javax.persistence; 2: 3: public enum CascadeType { 4: ALL, PERSIST, MERGE, REMOVE, REFRESH 5: }