Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDeveloper 9.0.2, finder method does not work!!!

Status
Not open for further replies.

pavelcoan

Programmer
Sep 17, 2002
11
MX
I'm working whit JDeveloper 9.0.2, I'm programming an EJB, CMP from tables.

Now, in secction finders methods I got this query

SELECT * FROM CP WHERE WHERE ID_DEL = ?

and te function is

Collection findByDel( long id_del ) throws RemoteException, FinderException;

The finder method does not work, it returns all the records in the table

Does any one knows what is the correct query??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top