org.jboss.seam.transaction
public interface UserTransaction extends UserTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
enlist(javax.persistence.EntityManager entityManager) |
boolean |
isActive() |
boolean |
isActiveOrMarkedRollback() |
boolean |
isCommitted() |
boolean |
isConversationContextRequired() |
boolean |
isMarkedRollback() |
boolean |
isNoTransaction() |
boolean |
isRolledBack() |
boolean |
isRolledBackOrMarkedRollback() |
void |
registerSynchronization(Synchronization sync) |
begin, commit, getStatus, rollback, setRollbackOnly, setTransactionTimeoutboolean isActive()
throws SystemException
SystemExceptionboolean isActiveOrMarkedRollback()
throws SystemException
SystemExceptionboolean isRolledBackOrMarkedRollback()
throws SystemException
SystemExceptionboolean isMarkedRollback()
throws SystemException
SystemExceptionboolean isNoTransaction()
throws SystemException
SystemExceptionboolean isRolledBack()
throws SystemException
SystemExceptionboolean isCommitted()
throws SystemException
SystemExceptionboolean isConversationContextRequired()
void registerSynchronization(Synchronization sync)
void enlist(javax.persistence.EntityManager entityManager)
throws SystemException
SystemExceptionCopyright © 2015 Seam Framework. All Rights Reserved.