04-21-07 12:11 PM
Hi,
JDO does not specify the null argument handling behavior on these cases:
Query.execute((Object[])null)
Query.execute((Map)null)
Query.deletePersistentAll((Object[])null)
Query.deletePersistentAll((Map)null)
IMO it should raise JDOUserException.
Regards,
Erik Bengtson
[ Post a follow-up to this message ]
|