JPA Annotation Attribute
in javax.persistence.ManyToOne

CascadeType[] cascade default {}


(Optional) The operations that must be cascaded to the target of the association.

By default no operations are cascaded.

Since:
JPA 1.0