public class JTATransaction
extends br.com.anteros.persistence.transaction.AbstractTransaction
| Constructor and Description |
|---|
JTATransaction(Connection connection,
br.com.anteros.persistence.session.context.SQLPersistenceContext context) |
JTATransaction(Connection connection,
br.com.anteros.persistence.session.context.SQLPersistenceContext context,
UserTransaction userTransaction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBegin() |
protected void |
doCommit() |
protected boolean |
doExtendedActiveCheck() |
protected void |
doRollback() |
public JTATransaction(Connection connection, br.com.anteros.persistence.session.context.SQLPersistenceContext context, UserTransaction userTransaction)
public JTATransaction(Connection connection, br.com.anteros.persistence.session.context.SQLPersistenceContext context)
protected void doBegin()
throws Exception
doBegin in class br.com.anteros.persistence.transaction.AbstractTransactionExceptionprotected void doCommit()
throws Exception
doCommit in class br.com.anteros.persistence.transaction.AbstractTransactionExceptionprotected void doRollback()
throws Exception
doRollback in class br.com.anteros.persistence.transaction.AbstractTransactionExceptionprotected boolean doExtendedActiveCheck()
doExtendedActiveCheck in class br.com.anteros.persistence.transaction.AbstractTransactionCopyright © 2020 Anteros Tecnologia. All rights reserved.