Refresh a selection of documents
refresh a selection of documents, with new options:
--id:
Used alone, refresh the document where the 'id' equals this value
Used with 'where', refresh the documents where field 'where' equals this value
--where
Always used with option 'id', refresh the documents where field 'where' equals this value
--join
Join on another entities. The 'where' clause is apply on the last entity.