Search Results

0
votes

HQL query, how to?

It looks like you're trying to select rows based on the size of a collection, which should be: WHERE size(Entity1.config.dateTimeInfo.ntpConfig.server) > 3 For …