age -
> > From: "Hardy Ferentschik"
> > To: "Steve Ebersole"
> > Cc: "Hibernate"
> > Sent: Tuesday, February 18, 2014 3:34:31 AM
> > Subject: Re: [hibernate-dev] 5.0 metamodel binding
> >
> >
> > On 18 Jan 2014, at
ardy Ferentschik"
> To: "Steve Ebersole"
> Cc: "Hibernate"
> Sent: Tuesday, February 18, 2014 3:34:31 AM
> Subject: Re: [hibernate-dev] 5.0 metamodel binding
>
>
> On 18 Jan 2014, at 04:28, Steve Ebersole wrote:
>
> > At the momen
On 18 Jan 2014, at 04:28, Steve Ebersole wrote:
> At the moment all of metamodel binding completely mis-handles
> MappedSuperclasses. The annotation source processor handles them somewhat,
> but in a very unusable way; it basically flattens all MappedSuperclass info
> into the nearest Entity.
EntityHierarchyHelper.applyToAllEntityHierarchies( entityHierarchies,
rootEntityExecutor, subEntityExecutor) allows some operation to be executed
across all entity hierarchies.
Some operations require something special to be done for the "root" entity that
is not done with other entities in the