This example is outdated. 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Henning P. Schmiedehausen
> Sent: Friday, May 18, 2001 8:52 AM
> To: [EMAIL PROTECTED]
> Subject: Example from the Peers Howto
> 
> 
> Hi,
> 
> is this a typo in the peers Howto or am I do thick to understand this
> example:
> 
> public class MyCategoryPeer extends CategoryPeer
> {
>    static public Vector doSelect (Criteria criteria) throws Exception
>    {
>        // Be sure to add the new class here
>        return doSelect (criteria,"com.mycompany.om.MyCategory",null);
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    }
> 
> where does this come from? I see no
> 
> doSelect(org.apache.turbine.util.db.Criteria, java.lang.String, null)
> anywhere in the Turbine source code. 
> 
>    static public Vector doSelectAll() throws Exception
>    {
>        Criteria crit = new Criteria();
>        return = doSelect(crit);
>    }
> }
> 
>       Regards
>               Henning
> 
> 
> 
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
> INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]
> 
> Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
> D-91054 Buckenhof     Fax.: 09131 / 50654-20   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to