hey list,
 
question about polymorphism and finders.  Say I have two entities - Desk and Chair, they are both instances of Furniture.  Now suppose I want a method in FurnitureHome, public Collection findByPriceRange(int min, int max).  Is there a cleanish way of doing this, or am I forced to do two finders from a seperate slsb?
 
appreciate any input.
 
cheers
dim

Reply via email to