@Deprecated public interface Transactioner<SELF extends Transactioner<SELF,CONFIG>,CONFIG extends MongockConfiguration> extends Configurable<SELF,CONFIG>, SelfInstanstiator<SELF>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
setTransactional(boolean transactional)
Deprecated.
Indicates if Mongock should run in transaction mode or not
|
default SELF |
setTransactionEnabled(boolean transactionEnabled)
Deprecated.
As of release 5.5, replaced by
setTransactional(boolean)
Indicates if Mongock should run in transaction mode or not |
getConfig, getType, getVersion, setConfiggetInstance@Deprecated default SELF setTransactionEnabled(boolean transactionEnabled)
setTransactional(boolean)
Indicates if Mongock should run in transaction mode or nottransactionEnabled - if Mongock should run in transaction modedefault SELF setTransactional(boolean transactional)
transactional - if Mongock should run in transaction modeCopyright © 2025. All rights reserved.