Re: [hibernate-dev] [OGM-452] Abstraction work between OGM internal keys and Infinispan cache keys

2014-11-24 Thread Gunnar Morling
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

[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