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 11:57:43 UTC

[JIRA] Closed: (CAY-945) PropertyUtils support for "compiled" property access

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

Andrus Adamchik closed CAY-945.
-------------------------------

    Resolution: Fixed

> PropertyUtils support for "compiled" property access
> ----------------------------------------------------
>
>                 Key: CAY-945
>                 URL: https://issues.apache.org/cayenne/browse/CAY-945
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>            Priority: Minor
>             Fix For: 3.0
>
>
> cayenne.reflect.PropertyUtils is a nice and simple mechanism for generic property access. However it is no suitable for batch processing of objects, as it has to lookup properties on every call... I am going to add the following method for batch processing of objects of the same class:
>  public static Accessor createAccessor(Class<?> objectClass, String nestedPropertyName); 

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