You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Scott Eade <se...@backstagetech.com.au> on 2001/06/29 06:42:25 UTC

Peer class doSelectJoin methods

I just starting to use Peers and I have a query concerning
the soSelectJoin...() methods that are generated in the
Base~Peer classes.

Why are these methods generated with the protected 
visibility modifier?  The only reason I can think of is
to force me to make a conscious decision to make these
methods public by overriding them in the ~Peer classes.

Is this correct or is there some other reason?

Thanks,

Scott


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Peer class doSelectJoin methods

Posted by John McNally <jm...@collab.net>.
You are correct.

john mcnally

Scott Eade wrote:
> 
> I just starting to use Peers and I have a query concerning
> the soSelectJoin...() methods that are generated in the
> Base~Peer classes.
> 
> Why are these methods generated with the protected
> visibility modifier?  The only reason I can think of is
> to force me to make a conscious decision to make these
> methods public by overriding them in the ~Peer classes.
> 
> Is this correct or is there some other reason?
> 
> Thanks,
> 
> Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org