My entity contains field that is a HashSet of enums.
I would like to perform a fetch with Criteria specifying a String[] of enums that I am interested in.
I've used OperatorId.IN_SET before on primtive entity fields. But how do we set up the Criteria for a HashSet field?
I would like to perform a fetch with Criteria specifying a String[] of enums that I am interested in.
I've used OperatorId.IN_SET before on primtive entity fields. But how do we set up the Criteria for a HashSet field?