return ((HBaseDataHandler) handler).scanData(f, m.getSchema(), entityClazz, m, columnFamilyName,
colName);
}
} catch (IOException ioe) {
log.error("Error during find By Relation, Caused by: .", ioe);
throw new KunderaException(ioe);
} catch (InstantiationException ie) {
log.error("Error during find By Relation, Caused by: .", ie);
throw new KunderaException(ie);
} catch (IllegalAccessException iae) {
log.error("Error during find By Relation, Caused by: .", iae);
throw new KunderaException(iae);
}
return output;
}