I used to use WebORB for java, and I liked especially the UnitOfWork class to group multiple database operations into a single request.
Does Backendless API allows transactions with support for transaction rollback?
When you create/update/delete a complex object with related objects included into the scope of the parent, Backendless runs it in a single transaction. For example, say you have an object PhoneBook, with a collection of PhoneBookEntry instances. You can save that instance and all the related instances will be saves transactionally.
This is as close as it gets to UnitOfWork at the moment.