Interface ConfigTransactionFactory


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

    Modifier and Type
    Method
    Description
    getActiveTransaction(boolean create)
    Gets the active transaction, optionally creating a new transaction if no transaction is active.
  • Method Details

    • 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