| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseProviderVertx.transact(DbCodeTx code)
Same as
DatabaseProviderVertx.transact(DbCode), but your code block can explicitly
manage the behavior of the transaction. |
void |
DatabaseProviderVertx.Builder.transact(DbCodeTx code)
This is a convenience method to eliminate the need for explicitly
managing the resources (and error handling) for this class.
|
void |
DatabaseProvider.transact(DbCodeTx code) |
void |
DatabaseProvider.Builder.transact(DbCodeTx 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.