q = level.getKeyExp().getExpression(sqlQuery);
}
StarColumnPredicate cc = getColumnPredicates(column, c);
if (!dialect.supportsUnlimitedValueList()
&& cc instanceof ListColumnPredicate
&& ((ListColumnPredicate) cc).getPredicates().size()
> maxConstraints)
{
// Simply get them all, do not create where-clause.