I have a requirement that my JPA query is something like:
Is this legal ? (I think not)Code:select A from A a where A.b IN (:aCollectionOrArrayOrWhatever)
In that case what is the best move here ?
Thanks.
I have a requirement that my JPA query is something like:
Is this legal ? (I think not)Code:select A from A a where A.b IN (:aCollectionOrArrayOrWhatever)
In that case what is the best move here ?
Thanks.