Re: [hibernate-dev] Unsaved values

2012-03-30 Thread Steve Ebersole
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

Re: [hibernate-dev] Unsaved values

2012-03-30 Thread Gail Badner
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

Re: [hibernate-dev] Unsaved values

2012-03-30 Thread Steve Ebersole
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

Re: [hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
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

Re: [hibernate-dev] Unsaved values

2012-03-29 Thread Steve Ebersole
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

[hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
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