}
}
protected void addCountByExampleElement(XmlElement parentElement) {
if (introspectedTable.getRules().generateCountByExample()) {
AbstractXmlElementGenerator elementGenerator = new CountByExampleElementGenerator();
initializeAndExecuteGenerator(elementGenerator, parentElement);
}
}