RE: AW: [OJB-developers] Relationships in objects/data
Brought to you by:
thma
From: <tr...@th...> - 2002-05-14 15:02:13
|
What would you put in repository.xml for the java.util.List? Travis ---- Original Message ---- From: =3D?iso-8859-1?Q?=3D22Spr=3DE4ner=3D2C_Carsten=3D22?=3D <Carsten.Spra= en...@vi...> Sent: 2002-05-14 To: tr...@th... Subject: AW: [OJB-developers] Relationships in objects/data That's what OJB is made for! -----Urspr=FCngliche Nachricht----- Von: tr...@th... [mailto:tr...@th...]=20 Gesendet: Dienstag, 14. Mai 2002 06:34 An: obj...@so... Cc: obj...@so... Betreff: [OJB-developers] Relationships in objects/data How does OJB handle things like: public class Person { String Name; Address myAddress; } public class Address { String street1; String street2; String city; String state; String zip; } Would the address instance in a person instance be persistent if you stored the person instance? Or what if that person class looked like this: public class Person { String Name; java.util.List addresses; // list of address objects } Does ojb have any way of dealing with that? Travis Reeder Chief Software Architect www.ThinkVirtual.com _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |