* updateByPrimaryKeyWithBLOBs
*/
public String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable) {
Rules rules = introspectedTable.getRules();
if (!rules.generateUpdateByPrimaryKeyWithoutBLOBs()) {
return "updateByPrimaryKey"; //$NON-NLS-1$
} else if (rules.generateRecordWithBLOBsClass()) {
return "updateByPrimaryKey"; //$NON-NLS-1$
} else {
return "updateByPrimaryKeyWithBLOBs"; //$NON-NLS-1$