whereClause = Collections.EMPTY_MAP;
}
for (Iterator iter = textManipulators.iterator(); iter.hasNext();)
{
TextManipulator manipulator = (TextManipulator) iter.next();
manipulator.manipulate(query, whereClause);
}
LinkedList arguments = new LinkedList();
// Replace any "{key}" with the value in the whereClause Map,