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