Ver originalString hql = "FROM Persona p WHERE p.edad > 30";List<Persona> lista = (List<Persona>)getCurrentSession().createQuery(hql).list();