cursor.setupMore(hTable, colFamily, info, cache);
return cursor;
}
private void persist(Persist action, MetaLookup ormSession) {
StorageTypeEnum type = action.getColFamily().getNameStorageType();
String colFamily = action.getColFamily().getColumnFamily();
Info info = lookupOrCreate(colFamily, ormSession);
HColumnDescriptor hColFamily = info.getColFamily();
byte[] rowKey = action.getRowKey();
Put put = new Put(rowKey);