Re: custom collection proxies

2003-02-13 Thread Jakob Braeuchi
hi all, forgot to mention that the custom CollectionProxy class must provide a constructor with the same signature as ListProxy does: public MyCustomCollectionProxy(PBKey aKey, Class aCollClass, Query aQuery) ... jakob Jakob Braeuchi wrote: hi all, the class to be used for CollectionProxy c

Re: custom collection proxies

2003-02-13 Thread Jakob Braeuchi
hi all, the class to be used for CollectionProxy can now be configured in OJB.properties: ... # # CollectionProxy class #---

Re: custom collection proxies

2003-02-10 Thread Jakob Braeuchi
hi bill, i'll hava a look at it. jakob V B Skrypnyk wrote: Hello, I woner if it would be difficult to provide a mechanism to specify a custom **collection** proxy in the instead of the default provided CollectionProxy or ListProxy (or at least be able to change the default type in the OJB.

custom collection proxies

2003-02-09 Thread V B Skrypnyk
Hello, I woner if it would be difficult to provide a mechanism to specify a custom **collection** proxy in the instead of the default provided CollectionProxy or ListProxy (or at least be able to change the default type in the OJB.properties). The reason is that I want to be able to enfor

custom collection proxies

2003-02-09 Thread V B Skrypnyk
Hello, I woner if it would be difficult to provide a mechanism to specify a custom **collection** proxy in the instead of the default provided CollectionProxy or ListProxy (or at least be able to change the default type in the OJB.properties). The reason is that I want to be able to enforce