| Modifier and Type | Optional Element and Description |
|---|---|
String |
mappedBy
The path of the target type by which this attribute is mapped.
|
InverseRemoveStrategy |
removeStrategy
The strategy to use for elements that were removed from this relation.
|
public abstract String mappedBy
OneToOne.mappedBy() or OneToMany.mappedBy() if there is any.public abstract InverseRemoveStrategy removeStrategy
CascadeType.DELETE activated.
When UpdatableMapping.orphanRemoval() is activated, only the InverseRemoveStrategy.REMOVE strategy is a valid configuration.Copyright © 2014–2018 Blazebit. All rights reserved.