예제 #1
0
 def __init__(self, tx_manager, target, tx_attributes):
     self.logger = logging.getLogger("springpython.database.transaction.TransactionProxyFactoryObject")
     ProxyFactoryObject.__init__(self, target, TransactionalInterceptor(tx_manager, tx_attributes))
예제 #2
0
 def __init__(self, tx_manager, target, tx_attributes):
     self.logger = logging.getLogger("springpython.database.transaction.TransactionProxyFactoryObject")
     ProxyFactoryObject.__init__(self, target, TransactionalInterceptor(tx_manager, tx_attributes))