klyn.data.EntityTransaction.commit
method
public commit() as Void:
Description

Flushes pending changes and commits the active transaction.

Throws
  • TransactionException when no transaction is active.
  • RollbackException when commit fails or rollback was requested.
Example
manager.transaction.commit()