I am trying to display one database field (Number (14,4)) after sorting it through EJB QL in Websphere .The data type of field in my entity bean is Double. Which convertor should I use since I am getting the error "Query can not be pushed down".I saw convertors only to integer/long/short from number type.