]
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: