RE: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Weddle, Anthony
@gmail.com] Sent: Tuesday, 16 June 2009 10:03 p.m. To: List Cayenne User Subject: Two DataMaps/DataNodes with the same entity/class name Hi, is it somehow possible to have two DomainNodes (2 different independent databases) with the same entity/class name? Both databases have table (entity) "us

Re: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Michael Gentry
Hi Borut, you may want to look at my copying DataMaps example: http://cwiki.apache.org/CAY/copying-datamaps.html It is old (still references "objectstyle" instead of "apache", but might work fine with minor changes (like changing the package name). (I haven't tried it on Cayenne 2.x+ yet.) I was

Re: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Borut Bolčina
Yeah, it is usage patterns that I miss in the documentation. Luckily for me, this list is very responsive! Thanks. 2009/6/16 Andrus Adamchik > Isn't this a better scenario? >> > > > It all depends on your app I guess. > > Andrus > > > > On Jun 16, 2009, at 2:05 PM, Borut Bolčina wrote: > > OK,

Re: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Andrus Adamchik
Isn't this a better scenario? It all depends on your app I guess. Andrus On Jun 16, 2009, at 2:05 PM, Borut Bolčina wrote: OK, I will try to use two different data domains, after all, the databases are completely unrelated. Isn't this a better scenario? -Borut 2009/6/16 Andrus Adamchi

Re: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Borut Bolčina
OK, I will try to use two different data domains, after all, the databases are completely unrelated. Isn't this a better scenario? -Borut 2009/6/16 Andrus Adamchik > You have to place them in different DataDomains and use separate contexts > to access them. Or call your class UserSomething (whi

Re: Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Andrus Adamchik
You have to place them in different DataDomains and use separate contexts to access them. Or call your class UserSomething (which looks like a more sensible way to me to resolve a naming conflict). Andrus On Jun 16, 2009, at 1:03 PM, Borut Bolčina wrote: Hi, is it somehow possible to have

Two DataMaps/DataNodes with the same entity/class name

2009-06-16 Thread Borut Bolčina
Hi, is it somehow possible to have two DomainNodes (2 different independent databases) with the same entity/class name? Both databases have table (entity) "user" and I don't want to rename one class to UserSomething. Regards, Borut