[JIRA] Created: (CAY-844) _Auto classes should be "abstract"

From: Matt Kerr (JIRA) ("Matt)
Date: Mon Aug 06 2007 - 12:18:42 EDT

  • Next message: Andrus Adamchik: "Re: Java 5"

    _Auto classes should be "abstract"
    ----------------------------------

                     Key: CAY-844
                     URL: https://issues.apache.org/cayenne/browse/CAY-844
                 Project: Cayenne
              Issue Type: Improvement
                Reporter: Matt Kerr
                Assignee: Andrus Adamchik
                Priority: Minor

    I need to verify, but I think the _auto* .java classes (which are generated by Cayenne), should be declared "abstract".

    This is an issue when declaring an abstract base class--that the _auto* classes descend from, eg. "MyBusinessObjectSuperClass". Since the _auto class is the direct descendent (and not abstract) of MyBusinessObjectSuperClass, the
    abstract methods need to be implemented there in the _auto. But you really want to implement those methods on the non-auto .java .. (and can't because _auto isn't declared abstract). That make sense?

    -- 
    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 : Mon Aug 06 2007 - 12:19:07 EDT