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