Is your feature request related to a problem? Please describe.
Currently lists need to be converted into an Object[] before calling whereIn
Describe the solution you'd like
If only 1 element is supplied and it implements a Collection, convert the collection into an array and use it instead of the original array. Maybe we could also consider doing the same for Streams
Is your feature request related to a problem? Please describe.
Currently lists need to be converted into an Object[] before calling whereIn
Describe the solution you'd like
If only 1 element is supplied and it implements a Collection, convert the collection into an array and use it instead of the original array. Maybe we could also consider doing the same for Streams