An SQL-transaction is a unit of work that is performed against a database.
Is there a way to manually specify transactions in symfony2 with the entity manager (doctrine), or perhaps a natural way …