Base class for all transaction managers. Base implmentation of TransactionManager interface. Implements semaphore way to manage keep single transaction via transactional-annotated functions deep calls.
start transaction
commit transaction
get status of transaction
get transaction object
resume transaction
rollback transaction
suspend transaction
Generated using TypeDoc
Base class for all transaction managers. Base implmentation of TransactionManager interface. Implements semaphore way to manage keep single transaction via transactional-annotated functions deep calls.