Package org.jvnet.hk2.config.provider
Interface ConfigTransactionFactory
@Contract
public interface ConfigTransactionFactory
Provides
Configured bean integration with
external configuration systems and providers.- Author:
- Jeff Trent
-
Method Summary
Modifier and TypeMethodDescriptiongetActiveTransaction(boolean create) Gets the active transaction, optionally creating a new transaction if no transaction is active.
-
Method Details
-
getActiveTransaction
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
-