Ram Golam

Greenhorn
+ Follow
since Oct 04, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ram Golam

Hello All,
I want to create a Finder method on an Entity Bean which takes a Collection as an input parameter and returns a Collection.
e.g. Collection findByEmpIDs (Collection empIDs)
The effect should be similar to following SQL statement,
SELECT * FROM employees WHERE emp_id IN (list of employee IDs)
Any ideas? Thanks!
Ram