Jakarta Persistence (JPA) Method

CascadeType[] cascade


(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.

Default:
{}
Since:
Jakarta Persistence (JPA) 1.0