public interface Transactional
Modifier and Type | Method and Description |
---|---|
void |
begin()
The TransactionManager.begin method starts a global transaction and associates
the transaction context with the calling thread.
|
void |
commit()
The TransactionManager.commit method completes the transaction currently associated
with the calling thread.
|
TransactionType |
geTransactionType()
Type of transactions supported by the repository
|
TransactionStatus |
getStatus() |
void |
rollback()
The TransactionManager.rollback method rolls back the transaction associated with the current thread.
|
void begin()
TransactionException
- TODO doc me when some error occursvoid commit()
TransactionException
- TODO doc me when some error occursvoid rollback()
TransactionException
- TODO doc me when some error occursTransactionStatus getStatus()
TransactionType geTransactionType()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.