Store ObjEntity name in the DataRow 
------------------------------------

                 Key: CAY-1140
                 URL: https://issues.apache.org/cayenne/browse/CAY-1140
             Project: Cayenne
          Issue Type: Task
          Components: Cayenne Core Library
    Affects Versions: 3.0M6
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.0M6


It should be beneficial to push entity type resolution down to the ResultSet 
processing stage (instead of doing it at the object resolution stage 
downstream). This way we can optimize inheritance queries to read only needed 
columns from the wide result set. Looks like this strategy is also applicable 
for the DataRow queries that do not resolve objects at the end, but still have 
an ObjEntity root.

This potentially obsoletes CAY-1136 (or at least makes it less of a priority).

-- 
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