Re: [hibernate-dev] HHH-10622

2017-06-22 Thread Steve Ebersole
I believe the only things you can do via hbm.xml that you cannot do in annotations are: 1) alternate (non-pojo) "entity modes". Makes sense because you'd have nothing to annotate, there would also be nothing to enhance 2) proper entity name support. This is the feature where you can map the same

Re: [hibernate-dev] HHH-10622

2017-06-21 Thread Gail Badner
I seem to remember there used to be some Hibernate-specific functionality that was available using hbm.xml mappings that is not available using Hibernate-specific annotations. If that is still the case, can you remind me of what that functionality is? If this is still the case, can an entity be ma

Re: [hibernate-dev] HHH-10622

2017-06-21 Thread Steve Ebersole
I don't plan to spend time fixing it until we re-work the mapping/binding code in 7.0. If someone else wants to take it on we will of course consider that work for inclusion earlier. On Wed, Jun 21, 2017 at 4:37 PM Gail Badner wrote: > Is there any plan to fix HHH-10622, or do applications need