Re: UUID as primary key >> class hierarchy persistence MappedSuperclass

2016-06-25 Thread Andrus Adamchik
Hi Frederic, > For my overview on Cayenne do you mean Cayenne cannot persists class > hierarchy' properties ? How may I manage JPA > @javax.persistence.MappedSuperclass in Cayenne ? It can, just differently. There's no MappedSuperclass idea. > Auditable is just an exemple to reproduce my case

RE: UUID as primary key >> class hierarchy persistence MappedSuperclass

2016-06-22 Thread Frederic Gilbart
Hi, Thank you Andrus for your answer. For my overview on Cayenne do you mean Cayenne cannot persists class hierarchy' properties ? How may I manage JPA @javax.persistence.MappedSuperclass in Cayenne ? Auditable is just an exemple to reproduce my case from a more complex project which ha