mappedBy property

String? mappedBy
final

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;