public interface TransactionStrategiable<SELF extends TransactionStrategiable<SELF,CONFIG>,CONFIG extends MongockConfiguration> extends Configurable<SELF,CONFIG>, SelfInstanstiator<SELF>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
setTransactionStrategy(TransactionStrategy transactionStrategy)
Indicates if Mongock should run in transaction per ChangeLog or per Migration
|
getConfig, getType, getVersion, setConfiggetInstancedefault SELF setTransactionStrategy(TransactionStrategy transactionStrategy)
transactionStrategy - if Mongock should run in transaction per ChangeLog or per MigrationCopyright © 2022. All rights reserved.