Make Future<T> fall back to regular List<T> implementation if the current RDBMS does not support query batching
Description
Environment
None
Activity
Show:

Davy Brion April 13, 2009 at 9:50 AM
committed in r4176
Fixed
Details
Details
Assignee

Reporter

Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created April 13, 2009 at 8:41 AM
Updated July 22, 2009 at 7:21 AM
Resolved April 13, 2009 at 9:50 AM
Who's Looking?
If the current RDBMS doesn't support query batching, the implementation of Future<T> should fall back to the List<T> implementation (for both CriteriaImpl and AbstractQueryImpl)