org.codehaus.groovy.grails.orm.support
Class TransactionManagerPostProcessor

java.lang.Object
  extended by org.codehaus.groovy.grails.orm.support.TransactionManagerPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class TransactionManagerPostProcessor
extends Object
implements BeanFactoryPostProcessor

Since:
0.4
Author:
Graeme Rocher

Constructor Summary
TransactionManagerPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagerPostProcessor

public TransactionManagerPostProcessor()
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                            throws BeansException
Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor
Throws:
BeansException


Copyright (c) 2005-2006 The Grails project