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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help with CMP

Status
Not open for further replies.

pavelcoan

Programmer
Sep 17, 2002
11
MX
Hello there!!!

I got this finder method
findByLogin(String login)

and the query
select * from user where login = ?1

the home interface has this function
Collection findBylogin(String user) throws RemoteException, FinderException;

I don't know to print out the resutl of the finder method!
can someone help me!

:)

Thanx!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top