Re: Cayenne 5.0 - getting rid of legacy

Andrus Adamchik <[email protected]> Thu, 14 Jul 2022 16:15:09 -0400
Newsgroups gmane.comp.java.cayenne.devel
Message-ID <[email protected]>

> On Jul 14, 2022, at 4:04 PM, Michael Gentry <[email protected]> wrote:
> 
> On Thu, Jul 14, 2022 at 3:47 PM Andrus Adamchik <[email protected]> wrote:
> 
>> I see. I suppose if we decide to go deep into class generation beyond
>> property handling, we will have other options, like generating interface
>> methods, etc.
>> 
> 
> For a modeler re-write, I was planning on having a section where you could
> specify interfaces for a class (and update the XML to support it)...

Do you mean Cayenne-specific interfaces (like Validating) or arbitrary interfaces? If it is the latter, we'd be competing with the IDE, something we really don't want to do.

Andrus