You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Ari Maniatis (JIRA)" <de...@cayenne.apache.org> on 2008/11/08 01:24:11 UTC

[jira] Updated: (CAY-794) Abstract objEntities

     [ https://issues.apache.org/cayenne/browse/CAY-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ari Maniatis updated CAY-794:
-----------------------------

    Affects Version/s:     (was: 3.0)
                       3.0M5

> Abstract objEntities
> --------------------
>
>                 Key: CAY-794
>                 URL: https://issues.apache.org/cayenne/browse/CAY-794
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>    Affects Versions: 3.0M5
>            Reporter: Ari Maniatis
>            Assignee: Ari Maniatis
>             Fix For: 3.0
>
>         Attachments: ab.diff, abstract-complete.diff, abstract-obj-entity.diff
>
>
> Implement the possibility for an objEntity to be abstract. These means that the entity class generated by the template will be abstract.
> 1. Add atttribute isAbstract within <obj-entity ...> in the Cayenne data map.
> 2. Add checkbox to the modeler "[ ] abstract class"
> 3. void setIsAbstract(boolean) and boolean getIsAbstract() added to ObjEntity.
> 3. change template generation to add 'abstract' keyword
> Other changes (such as throwing runtime exception when querying abstract entity with no concrete subclasses) could probably wait until later since they need to be implemented as part of inheritance.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.