Hi everyone. Now I have another entity related question: is there a way to do the equivalent of select distinct productFeatureTypeId from productFeature where productFeatureCategoryId = "<...>" or do I basically do a findByAnd and then loop through and add the results to a list myself? Thanks, Si