[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2109) Introduce a batch algorithm for <join> structures

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Sep 26 20:49:24 EDT 2006


Introduce a batch algorithm for <join> structures
-------------------------------------------------

         Key: HHH-2109
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2109
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Reporter: Emmanuel Bernard


<join batch-size="n"/>
would allow queries like
from BillingDetails
to avoid a n+1 pattern when
  <subclass name="CreditCard" discriminator-value="CC">
        <join table="CREDIT_CARD" fetch="select">
            <key column="CREDIT_CARD_ID"/>
            ...
        </join>
    </subclass>
is used

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