You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org> on 2007/12/18 22:24:43 UTC

[JIRA] Created: (CAY-946) JPA: property-based access to persistent objects

JPA: property-based access to persistent objects 
-------------------------------------------------

                 Key: CAY-946
                 URL: https://issues.apache.org/cayenne/browse/CAY-946
             Project: Cayenne
          Issue Type: Task
          Components: Cayenne JPA
    Affects Versions: 3.0, JPA 1.0
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.0, JPA 1.0


Current JPA runtime assumes field-based access (even though it recognizes property method annotations). Need to support both equally. It should come down to creating the right property descriptors in JpaClassDescriptorFactory and maybe checking the enhancer to ensure it does the right thing.

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


[JIRA] Closed: (CAY-946) JPA: property-based access to persistent objects

Posted by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-946.
-------------------------------

    Resolution: Fixed

The essentials are there (correct class descriptors are generated by the provider). Although enhancer is lagging behind and will be implemented separately (CAY-858)

> JPA: property-based access to persistent objects 
> -------------------------------------------------
>
>                 Key: CAY-946
>                 URL: https://issues.apache.org/cayenne/browse/CAY-946
>             Project: Cayenne
>          Issue Type: Task
>          Components: Cayenne JPA
>    Affects Versions: 3.0, JPA 1.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0, JPA 1.0
>
>
> Current JPA runtime assumes field-based access (even though it recognizes property method annotations). Need to support both equally. It should come down to creating the right property descriptors in JpaClassDescriptorFactory and maybe checking the enhancer to ensure it does the right thing.

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