Re: [hibernate-dev] metamodel SessionFactory building

2013-05-15 Thread Hardy Ferentschik
On 14 Jan 2013, at 8:45 PM, Steve Ebersole wrote: > http://www.javacodegeeks.com/2013/05/building-smart-builders.html > > Personally I had never seen this as a defined pattern before, but its > actually quite similar to the design for building a SessionFactory in > metamodel that we scoped ou

[hibernate-dev] metamodel SessionFactory building

2013-05-14 Thread Steve Ebersole
http://www.javacodegeeks.com/2013/05/building-smart-builders.html Personally I had never seen this as a defined pattern before, but its actually quite similar to the design for building a SessionFactory in metamodel that we scoped out in Stockholm meeting. ___