Re: [hibernate-dev] TREAT operator and joined inheritance (HHH-9862)

2015-06-17 Thread Steve Ebersole
t; hibernate-dev@lists.jboss.org> > > Sent: Tuesday, June 16, 2015 11:00:49 AM > > Subject: Re: [hibernate-dev] TREAT operator and joined inheritance > (HHH-9862) > > > > As for the "multi-select" case you mention, JPA actually does not mention > > suppor

Re: [hibernate-dev] TREAT operator and joined inheritance (HHH-9862)

2015-06-16 Thread Gail Badner
See below: - Original Message - > From: "Steve Ebersole" > To: "Gail Badner" , "Hibernate Dev" > > Sent: Tuesday, June 16, 2015 11:00:49 AM > Subject: Re: [hibernate-dev] TREAT operator and joined inheritance (HHH-9862) > > As for the

Re: [hibernate-dev] TREAT operator and joined inheritance (HHH-9862)

2015-06-16 Thread Steve Ebersole
As for the "multi-select" case you mention, JPA actually does not mention support for TREAT in select clauses. In fact it explicitly lists support for TREAT in the from and where clause. So because it explicitly mentions those, I'd say it implicitly excludes support for them in select clause. T