I think u have mistaken my question...
2 records in database
id email
1
ted@mail.com 2
ted@mail.com RemoteInterfaceType findByEmail(String emailid) throws FinderException blah balh...
what happens when i call above method...against above database
I knwo we can use collection or enumeration...
but what happens 4 above case?