}
@Override
public ComparisonPredicate<DBObject> getComparisonPredicate(String entityType, Type comparisonType, List<String> propertyPath, Object value) {
String columnName = propertyHelper.getColumnName( entityType, StringHelper.join( propertyPath, "." ) );
return new MongoDBComparisonPredicate( columnName, comparisonType, value );
}