Postgresql custom expression with QueryDSL
I have a trouble with writing custom boolean template for where clause using QueryDSL. Simply I need to use arraycontains function to know that table.languages contains values at array of strings from filter. Why Hibernate can't execute this? The raw…