Issue Details (XML | Word | Printable)

Key: OPENJPA-297
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Patrick Linskey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenJPA
OPENJPA-293

Lazy loading must be ignored in certain unenhanced cases

Created: 26/Jul/07 08:19 PM   Updated: 13/May/09 10:06 PM
Return to search
Component/s: UnenhancedClasses
Affects Version/s: None
Fix Version/s: 1.0.0

Time Tracking:
Not Specified

Resolution Date: 27/Jul/07 04:27 PM


 Description  « Hide
When using unenhanced classes, sometimes OpenJPA is unable to intercept field accesses, and therefore unable to do lazy loading of those fields prior to access. In these cases, we should eagerly load data that was marked as lazy.

This will happen in the following scenarios:

- all instances (user-created and OpenJPA-created) when using field access and redefinition is not available

- user-created instances (new instances) when using property access and redefinition is not available

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.