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: Reverse engineering and dates

2016-06-25 Thread Andrus Adamchik
I wonder if instead of (in addition to) Joda preferences, we add a single preference - "Java 8", and if that's on use the new Java 8 date/time types that were all influenced by Joda. Thoughts? Andrus > On Jun 22, 2016, at 2:01 PM, Anthony Giaccone > wrote: > > Yeah, > > I have an existing s