| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseProvider.transact(DbRun run)
Deprecated.
Replace with
DatabaseProvider.transact(DbCodeTx) and a call to
Transaction.setRollbackOnError(boolean)
providing a value of false. |
void |
DatabaseProvider.Builder.transact(DbRun run)
Deprecated.
Replace with
DatabaseProvider.Builder.transact(DbCodeTx) and a call to
Transaction.setRollbackOnError(boolean)
providing a value of false. |
Copyright © 2016. All rights reserved.