Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2141

Lazy fetch of embedded attributes does not work properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2.1, 2.3.0
    • None
    • jdbc
    • None

    Description

      OpenJPA's @Persistent annotation and configuration via OpenJPA's xml extensions provide a mechanism to mark embedded fields lazy. When trying to use this facility I found a couple bugs.
      Bug 1: The xml extension does not process the fetch attribute, so the field is never marked lazy.
      Bug 2: If marked lazy via the annotation or xml (with a fix) the lazy field does not get loaded along with the entity (as expected), but then will not load when accessed.

      Attachments

        Activity

          People

            techhusky Jeremy Bauer
            techhusky Jeremy Bauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: