in reply to Re^2: Class::DBI has_a() relationships with multi-value keys
in thread Class::DBI has_a() relationships with multi-value keys
You just do that in the parent class, i.e. the one that is holding a copy of other class' primary key in its table. If you want a has_many method in the child class that goes the other way, you could code one of those too, using a search() instead of retrieve().