I figure out the problem. I wil lsend a PR soon. In the meanwhile, JPQL queries will work fine, for example:
List<EntityA> result = em.createQuery( "FROM EntityC c", EntityA.class ).getResultList();