JPA Annotation Attribute
in javax.persistence.ManyToMany

CascadeType[] cascade default {}


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

When the target collection is a java.util.Map, the cascade element applies to the map value.

Defaults to no operations being cascaded.

Since:
JPA 1.0