Re: [hibernate-dev] Naming strategies and collection element columns

2015-07-21 Thread Steve Ebersole
In theory yes. You are free to try and interpret all this lovely annotation binding logic and make that do the right thing :) On Fri, Jul 17, 2015 at 8:54 AM Gunnar Morling wrote: > Steve, > > There is one remaining itch I have wrt. upgrading OGM to ORM 5. > > I have an entity GrandMother wit

Re: [hibernate-dev] Naming strategies and collection element columns

2015-07-19 Thread Gunnar Morling
Steve, any ideas regarding the invocation of determineBasicColumnName() for collection elements? Thanks, --Gunnar 2015-07-17 16:46 GMT+02:00 Gunnar Morling : > Turns out our ImplicitNamingStrategy's determineBasicColumnName() is > invoked twice at different places within Ejb3Column. Once the m

Re: [hibernate-dev] Naming strategies and collection element columns

2015-07-17 Thread Gunnar Morling
Turns out our ImplicitNamingStrategy's determineBasicColumnName() is invoked twice at different places within Ejb3Column. Once the magic HHH-6005 replacement takes place (in redefineColumnName()) and the other time it doesn't (addColumnBinding()). So we are once called with "grandChildren.name" an