DataSource :: commitTransaction - Commit transaction
In order to store transaction data to the database, a data source transaction started has to be committed.
Implementation details
DataSource  :: commitTransaction (  )
The data source transaction is stopped and modifications are stored to the database. Committing a data source transaction will commit all subsequent object space transactions that are still running, regardless on their nesting level.

