That file is a bit out of date.  Please help bring it up to date or
ignore it.

john mcnally

"Henning P. Schmiedehausen" wrote:
> 
> 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