I see we have a field in mysql workbench (and any other DB) named lastUpdatedStamp. is it possible to sort the results of an entity-find using order-by tag and lastUpdatedStamp? (or maybe other solution)
like <order-by field-name="lastUpdatedStamp"/>
It's not working.