return;
}
Map.Entry<String, HibernateRepository> entry = iter.next();
final String name = entry.getKey();
HibernateRepository repo = entry.getValue();
repo.executeUnitOfWork(new AbstractUnitOfWork<Void>()
{
@Override
public Void execute() throws Exception
{
recurseThroughRepos(iter, req, res, chain);