[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-51) Optimization: Use a query rather than batch-size to load objects when a single entity (hierarchy) is expected

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed May 16 18:23:04 EDT 2007


Optimization: Use a query rather than batch-size to load objects when a single entity (hierarchy) is expected
-------------------------------------------------------------------------------------------------------------

                 Key: HSEARCH-51
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-51
             Project: Hibernate Search
          Issue Type: Improvement
    Affects Versions: 3.0.0.beta1
            Reporter: Emmanuel Bernard
            Assignee: Emmanuel Bernard
             Fix For: 3.0.0.beta2


Use where id in (...)
rather than the load() then initialize approach


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