org.hibernate.loader.BatchFetchStyle is an enum that describes the 3 supported styles. The javadocs, imo, do a good job explaining so I'll leave it at that for the moment.
As discussed on enum, to specify which style to use use org.hibernate.cfg.AvailableSettings#BATCH_FETCH_STYLE ("hibernate.batch_fetch_style") in your settings.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
org.hibernate.loader.BatchFetchStyle is an enum that describes the 3 supported styles. The javadocs, imo, do a good job explaining so I'll leave it at that for the moment.
As discussed on enum, to specify which style to use use org.hibernate.cfg.AvailableSettings#BATCH_FETCH_STYLE ("hibernate.batch_fetch_style") in your settings.