Package grails.transaction
Interface TransactionManagerAware
-
- All Superinterfaces:
org.springframework.beans.factory.Aware
public interface TransactionManagerAware extends org.springframework.beans.factory.Aware- Since:
- 0.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)Sets the transaction manager on implementors
-