| Interface | Description |
|---|---|
| ConnectionCallback<A> |
Callback to be executed by
TransactionalExecutor.execute(ConnectionCallback) |
| TransactionalExecutor |
Interface allowing the user to execute a callback with a
Connection, in the context of a transaction. |
| TransactionalExecutorFactory |
Provided by the host application for creating
TransactionalExecutor. |
| Exception | Description |
|---|---|
| RdbmsException |
This exception is thrown by
com.atlassian.sal.api.rdbms implementations
in cases when interaction with a database fails |
Copyright © 2015 Atlassian. All rights reserved.