Re[2]: Proxy prefetching limit in Collection and Reference descriptors.

2004-01-15 Thread Oleg Nitz
Hi Tadeus, It's my stuff, I shall look at this. Oleg -Original Message- From: Tadeus Garsva <[EMAIL PROTECTED]> To: OJB Users List <[EMAIL PROTECTED]> Date: Thu, 15 Jan 2004 14:53:46 +0200 Subject: Re: Proxy prefetching limit in Collection and Reference descrip

Re: Proxy prefetching limit in Collection and Reference descriptors.

2004-01-15 Thread Tadeus Garsva
hi Jakob, Thanks for answer. But I think there is other logic. In ojb.properties I have SqlInLimit set to 200, but when prefetching of proxy collection is performed I found that field _limit in class PBCollectionProxyListener (inner of class QueryReferenceBroker) field m_ProxyPrefetchingLimit in

Re: Proxy prefetching limit in Collection and Reference descriptors.

2004-01-14 Thread Jakob Braeuchi
hi tadeus, this limit is defined in ojb.properties. the parameter is called SqlInLimit. hth jakob Tadeus Garsva wrote: Hi, I don't find any reference to method setProxyPrefetchungLimit in ObjectReferenceDescriptor class. Does it mean that proxy-prefetching-attribute in reference and collectio

Proxy prefetching limit in Collection and Reference descriptors.

2004-01-14 Thread Tadeus Garsva
Hi, I don't find any reference to method setProxyPrefetchungLimit in ObjectReferenceDescriptor class. Does it mean that proxy-prefetching-attribute in reference and collection descriptor can be changed only by calling this method and not by attribute in repository.xml? Thanks in advance for a