public String getUpdateByExampleWithBLOBsMethodName(
IntrospectedTable introspectedTable) {
Rules rules = introspectedTable.getRules();
if (!rules.generateUpdateByExampleWithoutBLOBs()) {
return "updateByExample"; //$NON-NLS-1$
} else if (rules.generateRecordWithBLOBsClass()) {
return "updateByExample"; //$NON-NLS-1$
} else {
return "updateByExampleWithBLOBs"; //$NON-NLS-1$