interface TxProvider<R, G : TxProvider<R, G>>
Transactional resource provider.
abstract fun getConnection(): TxConnection<R>
abstract fun setConnectionState(newState: TxConnection<R>): G