Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
Description
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);