[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2989) @Loader using named queries returns null

atomicknight (JIRA) noreply at atlassian.com
Fri Apr 15 18:16:00 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42057#action_42057 ] 

atomicknight commented on HHH-2989:
-----------------------------------

Just ran into this problem today on Hibernate 3.6.3. Any plans to fix this?

> @Loader using named queries returns null
> ----------------------------------------
>
>                 Key: HHH-2989
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2989
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.2.5
>         Environment: Hibernate 3.2.5, Hibernate Annotations 3.3.0, Hibernate Entity Manager 3.3.1
>            Reporter: Jose Noheda
>         Attachments: AnEntity.java, AnEntityTest.java, persistence.xml
>
>
> When using entitymanager.find (class, pk) with a @Loader annotation declared the org.hibernate.persister.entity.NamedQueryLoader load function performs a query.list() call (line 57). This call returns a List of entities and the list is correctly filled with one entry (org.hibernate.impl.SessionImpl line 1121). After returning, the line 62 (of NamedQueryLoader): 
> return session.getPersistenceContext().getEntity( new EntityKey( id, persister, session.getEntityMode() ) ) 
> is unable to find it though. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list