Interface ConfigTransactionFactory


  • @Contract
    public interface ConfigTransactionFactory
    Provides Configured bean integration with external configuration systems and providers.
    Author:
    Jeff Trent
    • Method Detail

      • getActiveTransaction

        ConfigTransaction getActiveTransaction​(boolean create)
        Gets the active transaction, optionally creating a new transaction if no transaction is active.
        Parameters:
        create - indicates that a new transaction should be started if no active transaction open yet
        Returns:
        the ConfigTransaction