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 mapped with annotations (to take advantage of enhancement) and with hbm.xml (to take advantage of Hibernate-specific functionality not available with annotations)? On Wed, Jun 21, 2017 at 2:55 PM, Steve Ebersole <[email protected]> wrote: > 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 <[email protected]> wrote: > >> Is there any plan to fix HHH-10622, or do applications need to be >> converted >> to annotations to use enhancement in 5.0 forward? >> >> Regards, >> Gail >> _______________________________________________ >> hibernate-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
