I need to do something like this:

select sum(price) from lineitem;

I have an entity bean called LineItem, with a field called price
(getPrice()/setPrice(float)).  How can I make this work with Orion?

Thanks.
-AP_


Reply via email to