| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseProviderVertx.transact(DbCode code)
Execute a transaction on the current thread, with default semantics (commit if
the code completes successfully, or rollback if it throws an error).
|
void |
DatabaseProviderVertx.Builder.transact(DbCode code)
This is a convenience method to eliminate the need for explicitly
managing the resources (and error handling) for this class.
|
void |
DatabaseProvider.transact(DbCode code) |
void |
DatabaseProvider.Builder.transact(DbCode code)
This is a convenience method to eliminate the need for explicitly
managing the resources (and error handling) for this class.
|
Copyright © 2016. All rights reserved.