0

I have a jsonb type column in postgres Table and need to compare the array of values. Trying to build Predicates using specification. Using like method of criteriaBuilder, it is giving couldnot extract result set error. In postgres table directly if I use @> able to get the result, can someone help to identify What is the criteriaBuilder method equivalent for @> for Postgres jsonb column instead of like?

user3212324
  • 133
  • 1
  • 4
  • 21

0 Answers0