LOG.warn("hasInstances: trying to run for non-persistent class " + specification);
return false;
}
final Query query = QueryUtil.createQuery(getPersistenceManager(), "o", "select o.id", specification, null);
throw new NotYetImplementedException();
//query.set.setMaxResults(1);
//return !query.getResultList().isEmpty();
}