[hibernate-dev] What about HHH-2564 StatelessSession query uniquing is inconsistent?

2014-09-26 Thread Oskar Berggren
Hi, According to https://hibernate.atlassian.net/browse/HHH-2564 a stateless session may in some circumstances return multiple instances representing the same entity. As noted in the report, this seems to contradict the initial intention of stateless session, as described in HHh-742. The issue h

[hibernate-dev] Why must abstract be specified in mappings?

2014-11-24 Thread Oskar Berggren
Hi, The Hibernate documentation (section 10.1.5. Table per concrete class http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html/ch10.html#inheritance-tableperconcrete ) says: > If your superclass is abstract, map it with abstract="true". If it is not abstract, > an additional table (it defaul

Re: [hibernate-dev] Why must abstract be specified in mappings?

2014-11-25 Thread Oskar Berggren
ok. When I understand the design issues that might call for abstract != classIsAbstract, I could certainly submit a few lines on that. > Emmanuel > > On 24 Nov 2014, at 11:58, Oskar Berggren wrote: > > Hi, > > The Hibernate documentation (section 10.1.5. Table per concr