Re: [hibernate-dev] [ORM] Make EntityEntry and interface and have a Factory... or not

2014-12-03 Thread Gunnar Morling
> +1 to reopen this one, I still want the feature ;) Yes, it'd be nice to have, but do we really need it? For OGM the pluggable extra state is good enough for now I would say. Do you have a specific usage for a custom EE in mind? 2014-12-03 15:48 GMT+01:00 Steve Ebersole : > Well to be fair I ha

Re: [hibernate-dev] [ORM] Make EntityEntry and interface and have a Factory... or not

2014-12-03 Thread Steve Ebersole
Well to be fair I have been pretty consistent in responding to all of these (on the dev ml, on irc, etc) to reopen the pull request if it was closed due to this and still should be applied. On Wed, Dec 3, 2014 at 6:21 AM, Sanne Grinovero wrote: > I guess that's the same problem as raised by Andr

Re: [hibernate-dev] [ORM] Make EntityEntry and interface and have a Factory... or not

2014-12-03 Thread Sanne Grinovero
I guess that's the same problem as raised by Andrej Golovnin: when master was renamed, all open PRs were automatically closed. +1 to reopen this one, I still want the feature ;) Sanne On 3 December 2014 at 08:33, Emmanuel Bernard wrote: > Back during the EntityEntry improvements, we explored th

[hibernate-dev] [ORM] Make EntityEntry and interface and have a Factory... or not

2014-12-03 Thread Emmanuel Bernard
Back during the EntityEntry improvements, we explored the idea of an EntityEntryFactory and an EntityEntry interface so that one could provide alternative implementations optimized to the specific use case. We did not apply it in the 4.x branch possibly due to backward compatibility concerns. I