User-editable subclass of an entity marked as "abstract" in the modeler should
be declared abstract
---------------------------------------------------------------------------------------------------
Key: CAY-1212
URL: https://issues.apache.org/jira/browse/CAY-1212
Project: Cayenne
Issue Type: Bug
Components: Cayenne Core Library
Affects Versions: 3.0M5
Reporter: Robert Zeigler
Assignee: Robert Zeigler
Priority: Minor
Currently, if you declare an entity as abstract in the modeler, with "split"
entity generation, the following class signatures are generated:
public abstract class _SuperClass extends ... {}
public class SubClass extends _SuperClass {}
Cayenne should also mark the subclass as abstract when the "abstract" checkbox
is checked in the modeler.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.