StatelessSession query uniquing is inconsistent
-----------------------------------------------
Key: HHH-2564
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2564
Project: Hibernate3
Issue Type: Improvement
Components: core
Affects Versions: 3.2.3
Reporter: Max Rydahl Andersen
StatelessSession uniquing is inconsistent as in sometimes a query will use its temporary
persistencecontext (introduced for HHH-1266) to return unique entity instances and in
others it wont.
According to the initial semantics intended (see HHH-742) it should actually do it for
each query.
Main issue is that:
getEntityUsingInterceptor does not check temp persistencecontext
internalLoad does not check temp persistencecontext nor create proxies consistent with
get()
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira