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

From: Ari Maniatis (JIRA) ("Ari)
Date: Tue Aug 12 2008 - 19:44:11 EDT

  • Next message: Robert Zeigler (JIRA): "[jira] Created: (CAY-1095) Cayenne attempts to append precision information to DOUBLE types when creating tables in hsqldb which results in a sql exception."

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

    Ari Maniatis closed CAY-794.
    ----------------------------

        Resolution: Fixed

    This is now committed with some modifications.

    > 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.0
    > 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.
    



    This archive was generated by hypermail 2.0.0 : Tue Aug 12 2008 - 19:44:40 EDT