Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-945

PropertyUtils support for "compiled" property access

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0
    • 3.0M3, 3.0
    • Core Library
    • 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);

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: