handler.setBeanLocatingExpression(beanLocatingExpression);
handler.setBeanPropertyName(propertyName);
handler.setBeanPropertyClass(bindAnnotation.idClass());
handler.setBeanLookupExpression(bindAnnotation.lookupMapExpression());
handler.setBeanPropertyIdName(bindAnnotation.targetBeanIdProperty());
if (converter != null)
{
handler.setConverter(converter);
}