}
}
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement) {
if (introspectedTable.getRules().generateUpdateByPrimaryKeyWithoutBLOBs()) {
AbstractXmlElementGenerator elementGenerator = new UpdateByPrimaryKeyWithoutBLOBsElementGenerator();
initializeAndExecuteGenerator(elementGenerator, parentElement);
}
}