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 Details

    • InTransactionTxConfigFactory

      public InTransactionTxConfigFactory()
  • Method Details