public interface JdbcResourceTransaction
Models access to the resource transaction of the underlying JDBC resource.
| 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()
Begin the resource transaction
void commit()
Commit the resource transaction
void rollback()
Rollback the resource transaction
TransactionStatus getStatus()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.