mappedBy property
Field name in the target entity that owns the relationship (for inverse side) If set, this is the inverse side and joinTable should be null
Implementation
final String? mappedBy;
Field name in the target entity that owns the relationship (for inverse side) If set, this is the inverse side and joinTable should be null
final String? mappedBy;