[
https://issues.apache.org/jira/browse/OPENJPA-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fay Wang resolved OPENJPA-1486.
-------------------------------
Resolution: Fixed
> Lazy fetched embeddable should not be materialized in the query result
> ----------------------------------------------------------------------
>
> Key: OPENJPA-1486
> URL: https://issues.apache.org/jira/browse/OPENJPA-1486
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 2.0.0-beta, 2.0.0-beta2
> Reporter: Fay Wang
> Assignee: Fay Wang
> Fix For: 2.0.0
>
>
> Currenlty openjpa will return an empty embeddable object as an entity
> attribute in the query result even if that embeddable attribute is lazily
> fetched. Moreover, the load bit in the StateManagerImpl is also on for that
> embeddable attribute. The expected behavior is that null value should be set
> to the embeddable attribute and the load bit should be off.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.