x.add(r.get("object_to_index"));
id = new Long(r.get("id"));
}
deleteCacheEntries(serverId, id, con);
} catch (SQLException e1) {
throw new DotDataException(e1.getMessage(), e1);
} finally {
try {
con.commit();
} catch (Exception e) {
Logger.error(this, e.getMessage(), e);