[hibernate-dev] Natural ids and inheritance

Demetz, Guenther Guenther.Demetz at wuerth-phoenix.com
Thu Mar 1 11:55:55 EST 2012


Hi Steve,

>> Caching should be using the root persister of the hierarchy for cache keys. 

Not precisely. Please take a look at following example:

class A {
  @Id 
  int id; 
}

class B extends A 

 



On 03/01/2012 04:09 AM, Demetz, Guenther wrote:
>>> I will open regarding issue with testcase asap.
> Opened https://hibernate.onjira.com/browse/HHH-7133
>
> regards
> G.Demetz
>
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
> --
> steve at hibernate.org
> http://hibernate.org
_______________________________________________
hibernate-dev mailing list
hibernate-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev




More information about the hibernate-dev mailing list