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!!
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!!