Yes, SimpleValueBinder#setType is one of the places I was looking at.
Though it would seem to me that SimpleValueBinder#fillSimpleValue might
be more appropriate based on what I am trying to accomplish; that is
the method where SimpleValue#setTypeUsingReflection is called which is
the process
On Jul 4, 2012, at 2:29 AM, Steve Ebersole wrote:
> I am working in the org.hibernate.cfg.annotations.SimpleValueBinder
> class. I need to be able to search for an annotation that exists either
> on the property or on the entity that defines that property (or on one
> of that entity's super-c