propertyName = expression.substring(lastDot + 1);
}
handler.setBeanLocatingExpression(beanLocatingExpression);
handler.setBeanPropertyName(propertyName);
handler.setBeanPropertyClass(bindAnnotation.idClass());
handler.setBeanLookupExpression(bindAnnotation.lookupMapExpression());
handler.setBeanPropertyIdName(bindAnnotation.targetBeanIdProperty());
if (converter != null)
{