In criteria in PersistenceBroker.getCount(query)

2007-05-05 Thread Tadas Garsva
Hi, It seems to me that inCririteria is ignored if I use it in query to get number of elements. For example: Query q=QueryFactory.newQuery(clazz,criteria,true); int n=getBroker().getCount(q); where criteria has a inCriteria Best regards, Tadeus Garsva

Re: anonymous keys and PK in 1.0.4

2007-05-05 Thread Armin Waibel
Hi Sergey, sorry for the late reply. Last week I a had DSL malfunction caused by my Internet provider. It seems to be fixed (works again for 20 hours), but it could happen that I'm out of business again. PersistentBroker.delete(new AmortizedToolingSchedulePO(amortizedToolingSchedule,

Re: In criteria in PersistenceBroker.getCount(query)

2007-05-05 Thread Armin Waibel
Hi Tadeus, Tadas Garsva wrote: Hi, It seems to me that inCririteria is ignored if I use it in query to get number of elements. For example: Query q=QueryFactory.newQuery(clazz,criteria,true); int n=getBroker().getCount(q); where criteria has a inCriteria Because of failing details how

Re: internationalization with OJB

2007-05-05 Thread Armin Waibel
Hi Ozkan, sorry for the late reply. Last week I a had DSL malfunction caused by my Internet provider. It seems to be fixed (works again for 20 hours), but it could happen that I'm out of business again. zkn wrote: Is internationalization possible with OJB? yep! why not? I'm not sure if