
| Key: |
OPENJPA-297
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Patrick Linskey
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
27/Jul/07 04:27 PM
|
|
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
|
|
Description
|
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 |
Show » |
| There are no comments yet on this issue.
|
|