From: Steve E. (JIRA) <no...@at...> - 2006-05-24 21:20:23
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1617?page=all ] Steve Ebersole closed HHH-1617: ------------------------------- Fix Version: 3.2.0 Resolution: Fixed Assign To: Steve Ebersole Done for both entity and collection batches. Although see HHH-1775 for follow-on for collection batches > Check the second-level cache before adding a PK to a batch fetch > ---------------------------------------------------------------- > > Key: HHH-1617 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1617 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Gavin King > Assignee: Steve Ebersole > Fix For: 3.2.0 > > > BatchFetchQueue.getEntityBatch() should check the second level cache to see if the pk is available in the cache before adding it to a batch of pks. Ditto for getCollectionBatch(). -- 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 |