Re: [hibernate-dev] AttributeConverters and AnnotationBinder part 2 : Collections

2013-09-21 Thread Steve Ebersole
After stepping through the code, I can answer the last question. The method simply badly named and element collections route through there also. On Sat 21 Sep 2013 11:19:50 AM CDT, Steve Ebersole wrote: > So what I did earlier does not work for Collections. Collections go > through a very diff

[hibernate-dev] AttributeConverters and AnnotationBinder part 2 : Collections

2013-09-21 Thread Steve Ebersole
So what I did earlier does not work for Collections. Collections go through a very different code path (even ElementCollection which i found very odd). That code does not use the pieces of PropertyBinder and SimpleValueBinder that got changed. Even more oddly, the only time I see uses of Pro