Spring BlazeDS Integration

org.springframework.flex.config
Class HibernateSerializationConfigPostProcessor

java.lang.Object
  extended by org.springframework.flex.config.HibernateSerializationConfigPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class HibernateSerializationConfigPostProcessor
extends Object
implements BeanFactoryPostProcessor

BeanFactoryPostProcessor that will automatically configure Hibernate AMF serialization support if:

  1. Hibernate is detected on the classpath
  2. An instance of HibernateConfigProcessor has not been manually configured.

Author:
Jeremy Grelle

Constructor Summary
HibernateSerializationConfigPostProcessor()
           
 
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

HibernateSerializationConfigPostProcessor

public HibernateSerializationConfigPostProcessor()
Method Detail

postProcessBeanFactory

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

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.