protected void addUpdateByPrimaryKeyWithoutBLOBsMethod(
TopLevelClass topLevelClass, Interface interfaze) {
if (introspectedTable.getRules()
.generateUpdateByPrimaryKeyWithoutBLOBs()) {
AbstractDAOElementGenerator methodGenerator = new UpdateByPrimaryKeyWithoutBLOBsMethodGenerator();
initializeAndExecuteGenerator(methodGenerator, topLevelClass,
interfaze);
}
}