public void commit()
throws IOException {
final Iterator<Pair<SimpleFeature, SimpleFeature>> updateIt = getUpdates();
final String transId = "\\(?" + txID + "\\)?";
VisibilityTransformer visibilityTransformer = new VisibilityTransformer(
"&?" + transId,
"");
for (Collection<ByteArrayId> rowIDs : this.addedFidList.values()) {
this.components.replaceDataVisibility(
this,