ced myself that unsaved values can be
> processed the same way for HBM and annotations.
>
> Thanks,
> Gail
>
> - Original Message -
>> From: "Steve Ebersole"
>> To: "Gail Badner"
>> Cc: "Hibernate hibernate-dev"
>> Sent: Frid
nks,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate hibernate-dev"
> Sent: Friday, March 30, 2012 8:08:20 AM
> Subject: Re: [hibernate-dev] Unsaved values
>
> unsaved-value is tricky in many
blob/metamodel/hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java#L218
>
> - Original Message -
>> From: "Steve Ebersole"
>> To: "Gail Badner"
>> Cc: "Hibernate hibernate-dev"
>> Sent: Thursday, March 29, 20
er.java#L526
[2]
https://github.com/hibernate/hibernate-orm/blob/metamodel/hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java#L218
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate hibernate-dev&q
I'll definitely take a look as soon as I get some time (currently busy
working through some JPA 2.1 stuff). But in the meantime maybe you
could do a plain English write-up describing the differences you see
here between hbm and annotations that led you to look to these
strategies so that we ca
At the team meeting in Austin, I remember discussion about cases where
different "strategies" were needed to process values obtained from annotations
and hbm.xml sources. I can't remember if we discussed unsaved values, but it
seems to me that this is one case where this is needed.
I created a