ObjectDB ObjectDB

ManyToOne.cascade - JPA annotation element

Annotation Element
javax.persistence.ManyToOne
CascadeType[] cascade

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

By default no operations are cascaded.

Default value:
{}
Since:
JPA 1.0