Re: Cassandra

2015-04-27 Thread Andrus Adamchik
On Apr 25, 2015, at 10:28 PM, Joe Baldwin jfbald...@earthlink.net wrote: Is it even logical to consider Cassandra in the context of an ORM design pattern since it is not SQL based? It is non-relational, doesn't have joins. So ORM is not a solution for Cassandra, though IIRC there are

Re: cayenne 4.0

2015-04-27 Thread Markus Reich
looks good, how to I get the dataMap? I have two Maps in my Configuration? 2015-04-27 1:55 GMT+02:00 Aristedes Maniatis a...@maniatis.org: Something like: for (DbEntity dbEntity : dataMap.getDbEntities()) { dbEntity.setSchema(schema); } On 27/04/2015 7:35am, Markus Reich wrote: Hi,

Re: cayenne 4.0

2015-04-27 Thread Aristedes Maniatis
On 28/04/2015 5:57am, Markus Reich wrote: looks good, how to I get the dataMap? I have two Maps in my Configuration? ObjectContext - EntityResolver - DataMaps -- -- Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A

Re: cayenne 4.0

2015-04-27 Thread Markus Reich
PERFECT! thx 2015-04-28 0:18 GMT+02:00 Aristedes Maniatis a...@maniatis.org: On 28/04/2015 5:57am, Markus Reich wrote: looks good, how to I get the dataMap? I have two Maps in my Configuration? ObjectContext - EntityResolver - DataMaps -- -- Aristedes Maniatis