Title: Help
Is there some way to specify in the finder query string witch property of the javabean I want to use?
 
To explain it better, let's suppose the following finder:
 
public Collection findByJavaBean( JavaBean aBean ) throws FinderException, RemoteException;
 
in Borland App Server we can specify a query like this:
 
fieldA = :aBean.fieldA and fieldB = :aBean.fieldB
 
does JBoss have something like that??
 
Thanks in Advance,
    Eduardo Leite
 

Reply via email to