Re: [hibernate-dev] 5.0 metamodel binding

2014-04-18 Thread Steve Ebersole
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

Re: [hibernate-dev] 5.0 metamodel binding

2014-04-09 Thread Gail Badner
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

Re: [hibernate-dev] 5.0 metamodel binding

2014-02-18 Thread Hardy Ferentschik
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.

Re: [hibernate-dev] 5.0 metamodel binding

2014-02-17 Thread Gail Badner
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