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
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
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