Creating Criteria Query for combine column IN query

前端 未结 0 1552
栀梦
栀梦 2020-12-21 13:50

I am stuck with this problem I want to create Criteria Query which translates to

select * from table
where (col1,col2) in ((val1,val2),(val2,val3),....)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题