I try to implement this sort of SQL query in Hibernate native.
val list = listOf((z,1),(w,2),(y,3)) SELECT * FROM table WHERE (a, b) IN (:list)