Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-17 Thread Steve Ebersole
ss it like it does any other >> composite. This is because everything routes through the same "build >> attribute binding" code no matter where the attribute comes from. I had >> already fixed this in the annotation source code using a "attribute builder >> str

Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-15 Thread Steve Ebersole
fix a problem. > > > > > On Mon, Apr 14, 2014 at 3:55 PM, Gail Badner wrote: > >> Also inline... >> >> - Original Message - >> > From: "Steve Ebersole" >> > To: "Hardy Ferentschik" >> > Cc: &

Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-14 Thread Steve Ebersole
uot;Hardy Ferentschik" > > Cc: "Hibernate" > > Sent: Saturday, April 12, 2014 11:55:28 AM > > Subject: Re: [hibernate-dev] Some thoughts on possible Binder changes > > > > Thanks for the response. See inline... > > > > > > O

Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-14 Thread Gail Badner
Also inline... - Original Message - > From: "Steve Ebersole" > To: "Hardy Ferentschik" > Cc: "Hibernate" > Sent: Saturday, April 12, 2014 11:55:28 AM > Subject: Re: [hibernate-dev] Some thoughts on possible Binder changes > > Thanks f

Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-12 Thread Steve Ebersole
Thanks for the response. See inline... On Sat, Apr 12, 2014 at 1:15 PM, Hardy Ferentschik wrote: > > On 12 Jan 2014, at 18:56, Steve Ebersole wrote: > > > The Background > > ... > > Thanks Steve, for this really nice summary. It is always good to share > some basic design/implementation > deta

Re: [hibernate-dev] Some thoughts on possible Binder changes

2014-04-12 Thread Hardy Ferentschik
On 12 Jan 2014, at 18:56, Steve Ebersole wrote: > The Background … Thanks Steve, for this really nice summary. It is always good to share some basic design/implementation details. > In terms of dealing with composite ids, step (1) really just means creating > the Embeddable "shells" (the Emb

[hibernate-dev] Some thoughts on possible Binder changes

2014-04-12 Thread Steve Ebersole
The Background Binder deals with dependencies between things. An Entity cannot be fully bound until its attributes and identifier are fully bound. An Embeddable cannot be fully bound until its sub-attributes are fully bound. One Entity might depend on another by nature of a "key many to one" or