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 :-)
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:
>
>>
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
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