You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Tino Schöllhorn <t....@plattform-gmbh.de> on 2004/12/15 17:38:35 UTC

Proxy-Mechanism

Hi,

I am wondering how the Collection are loaded when they have been marked 
as "proxy" in the repository_user.xml. At which classes do I have to 
take a look at?

Tino


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: Proxy-Mechanism

Posted by Thomas Dudziak <to...@first.fhg.de>.
Tino Schöllhorn wrote:

> I am wondering how the Collection are loaded when they have been marked 
> as "proxy" in the repository_user.xml. At which classes do I have to 
> take a look at?

The relevant proxy classes are 
org.apache.ojb.broker.core.proxy.CollectionProxy/ListProxy/SetProxy, and 
the respective *DefaultImpl classes. Just search for their usages in the 
source.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: Proxy-Mechanism

Posted by Brian McCallister <br...@chariotsolutions.com>.
CollectionProxy's implementations

http://db.apache.org/ojb/api/org/apache/ojb/broker/core/proxy/ 
CollectionProxy.html

Would probably be the best starting point =)

-Brian

On Dec 15, 2004, at 11:38 AM, Tino Schöllhorn wrote:

> Hi,
>
> I am wondering how the Collection are loaded when they have been  
> marked as "proxy" in the repository_user.xml. At which classes do I  
> have to take a look at?
>
> Tino
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org