Let's go all the way up to Short.MAX_VALUE.

This commit is contained in:
Michael Bayne
2008-08-25 16:27:43 +00:00
parent d54c633401
commit 43e1a38703
@@ -274,5 +274,5 @@ public abstract class FindAllQuery<T extends PersistentRecord>
protected Class<T> _type; protected Class<T> _type;
/** The maximum number of keys allowed in an IN() clause. */ /** The maximum number of keys allowed in an IN() clause. */
protected static final int MAX_IN_KEYS = 16738; protected static final int MAX_IN_KEYS = Short.MAX_VALUE;
} }