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

2012-07-05 Thread Hardy Ferentschik
On Jul 5, 2012, at 9:17 PM, Steve Ebersole wrote: > I think I got all that portion done. sweet > > The next part is very daunting as now I have to work with Ejb3Configuration > *and* JPAOverriddenAnnotationReader! Fun, fun. enjoy :-) I think I would be more scared of Ejb3Configuration :-)

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

2012-07-05 Thread Steve Ebersole
Thanks Hardy, I think I got all that portion done. The next part is very daunting as now I have to work with Ejb3Configuration *and* JPAOverriddenAnnotationReader! Fun, fun. On Thu 05 Jul 2012 03:51:28 AM CDT, Hardy Ferentschik wrote: > > On Jul 4, 2012, at 5:44 PM, Steve Ebersole wrote: > >>

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

2012-07-05 Thread Hardy Ferentschik
On Jul 4, 2012, at 5:44 PM, Steve Ebersole wrote: > 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 > SimpleV

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

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

2012-07-03 Thread Steve Ebersole
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-classes). I have no idea how to achieve this with hibernate