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, setTransactionTimeout
boolean isActive() throws SystemException
SystemException
boolean isActiveOrMarkedRollback() throws SystemException
SystemException
boolean isRolledBackOrMarkedRollback() throws SystemException
SystemException
boolean isMarkedRollback() throws SystemException
SystemException
boolean isNoTransaction() throws SystemException
SystemException
boolean isRolledBack() throws SystemException
SystemException
boolean isCommitted() throws SystemException
SystemException
boolean isConversationContextRequired()
void registerSynchronization(Synchronization sync)
void enlist(javax.persistence.EntityManager entityManager) throws SystemException
SystemException
Copyright © 2015 Seam Framework. All Rights Reserved.