Sebastien Tardif commented on Bug HHH-7572

Outside the laboratory, so in real application, it's very common to want to load a set of entity per ids. Of course, like DBs, Hibernate gives an high importance to primary keys so IDs.

The following uses cases are all use in real application that perform extremely fast.

1- From a set of entities that are stales due to expiration or cluster invalidation notification(s), refresh them using the well known IDs, and do so in batch.
2- Loading the sets of lazy collections in batch without having to implement myself the IN clause chunking for each DB and application I'm working on.

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