Groovy Documentation

org.codehaus.groovy.grails.orm.support
[Java] Interface TransactionManagerAware


public interface TransactionManagerAware

Authors:
Graeme Rocher
Since:
0.4


Method Summary
void setTransactionManager(PlatformTransactionManager transactionManager)

Sets the transaction manager on implementors

 

Method Detail

setTransactionManager

public void setTransactionManager(PlatformTransactionManager transactionManager)
Sets the transaction manager on implementors
Parameters:
transactionManager - The TransactionManager implementation


 

Groovy Documentation