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 Map<K,V>, the cascade element applies to the map value.

Defaults to no operations being cascaded.

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