* Expects the collection to contain a given object
* @param contained expected contained object
* @return a {@link CollectionContaingExpression}
*/
public QueryExpression containing(Object contained) {
return new CollectionContaingExpression(source, getFieldPath(),contained);
}