What is the best way to represent a &quot;foreign key&quot;? a persistent.wref? an intid number?<br><br>Suppose I have a persistent class representing an art object author (A) and another persistent class representing an art object (B).<br>
<br>If I want to create links from one instance of one A to instances of class B (and vice versa) what do you recommend me?<br><br><br>It would be great having the possibility of referring attributes and methods of the object:<br>
is w is a reference to an instance of A, <a href="http://w.name">w.name</a> and w.surname for example...<br>