Re: [hibernate-dev] hibernate-commons-annotations and Class references

2012-07-04 Thread Steve Ebersole
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

Re: [hibernate-dev] hibernate-commons-annotations and Class references

2012-07-04 Thread Hardy Ferentschik
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