If in your home interface you declare the method

public Collection findAll();

Jboss will generate the call for you, no need to put a finder entry in
jaws.xml.

If you wanted to write your own anyway :) you could probably put a trivial
where clause, like <query>TRUE=TRUE<query> :) Who knows, its dumb but it
might work.

> -----Original Message-----
> From: Ricky [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 7:46 PM
> To: JBoss-User
> Subject: [jBoss-User] Finder method
> 
> 
>  Hi all, 
> 
>    How to do select * from table in xml DD ? What is the 
> value i need to
> put in the query tags ?
> 
>    <finder>
>          <name>findByAll</name>
>          <query></query>
>          <order>id</order>
>    </finder> 
> 
>   Thanks wt
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 





---------------------------------------------------------------------
This message (including any attachments) contains confidential, proprietary
or privileged information intended for a specific purpose and individual(s),
and is protected by law.  If you receive this message in error, please
immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender.  Any unauthorized disclosure,
copying or distribution of any part of this message, or the taking of any
unauthorized action based on it, is strictly prohibited.


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to