public interface JdbcResourceTransaction
Modifier and Type | Method and Description |
---|---|
void |
begin()
Begin the resource transaction
|
void |
commit()
Commit the resource transaction
|
TransactionStatus |
getStatus() |
void |
rollback()
Rollback the resource transaction
|
void begin()
void commit()
void rollback()
TransactionStatus getStatus()
Copyright © 2016 JBoss by Red Hat. All rights reserved.