Query query = session.createQuery(hql);
num = (new Integer(query.uniqueResult().toString())) .intValue();