//well, if column family doesn't exist, then no entities exist either
log.info("query was run on column family that does not yet exist="+colFamily);
return new EmptyCursor<IndexColumn>();
}
ColumnType type = info1.getColumnType();
if(type == ColumnType.COMPOSITE_INTEGERPREFIX ||
type == ColumnType.COMPOSITE_DECIMALPREFIX ||
type == ColumnType.COMPOSITE_STRINGPREFIX) {
Listener l = new Listener(rowKey, info1, from, to, batchSize);
return findBasic(IndexColumn.class, rowKey, l, bListener, batchSize, ""+info);