return;
}
Column col = disc.getColumns()[0];
DBDictionary dict = store.getDBDictionary();
JDBCFetchConfiguration fetch = store.getFetchConfiguration();
SQLBuffer select = dict.toSelect(new SQLBuffer(dict).append(col),
fetch, new SQLBuffer(dict).append(col.getTable()), null, null,
null, null, true, false, 0, Long.MAX_VALUE);
Log log = disc.getMappingRepository().getLog();