setRelInfo<OwningEntityT> static method

void setRelInfo<OwningEntityT>(
  1. ToMany toMany,
  2. Store store,
  3. RelInfo rel
)

Set relation info.

Implementation

static void setRelInfo<OwningEntityT>(
        ToMany toMany, Store store, RelInfo rel) =>
    toMany._setRelInfo<OwningEntityT>(store, rel);