[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

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

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