Class InTransactionTxConfigFactory
- java.lang.Object
-
- ru.vyarus.guicey.jdbi3.tx.aop.config.InTransactionTxConfigFactory
-
- All Implemented Interfaces:
TxConfigFactory<InTransaction>
@Singleton public class InTransactionTxConfigFactory extends java.lang.Object implements TxConfigFactory<InTransaction>
Transactional config support for defaultInTransactionannotation.- Since:
- 28.09.2018
-
-
Constructor Summary
Constructors Constructor Description InTransactionTxConfigFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TxConfigbuild(InTransaction annotation)
-
-
-
Method Detail
-
build
public TxConfig build(InTransaction annotation)
- Specified by:
buildin interfaceTxConfigFactory<InTransaction>- Parameters:
annotation- annotation to read configuration from- Returns:
- tx config object (may be null)
-
-