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.

Reply via email to