In the parent relation of children between two different objects
for example, from one to many (1: N) or from several to one (N: 1)
Parent ↔ Child. (Owner) (Reverse)
If the parent is the owner, then the child is the opposite.
Using inverse always checks for a child.
By default, we always view from the parent side. Thus, by default, inverse = false means that the parent is the owner.
If inverse = true, then child is the owner. Thus, a persistent entity will always be accepted by the owner.
Sanjeev
source share