Hi,
I've sent PR https://github.com/hibernate/hibernate-ogm/pull/408 for this.
It's done, only docs are missing. The strategy to be used (CACHE_PER_KIND
vs. CACHE_PER_TABLE) is configurable via a property, CACHE_PER_TABLE being
the default.
Any feedback welcome.
--Gunnar
2014-11-14 17:39 GMT+0
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