Spring BlazeDS Integration

org.springframework.flex.core.io
Class JpaHibernateConfigProcessor

java.lang.Object
  extended by org.springframework.flex.core.io.HibernateConfigProcessor
      extended by org.springframework.flex.core.io.JpaHibernateConfigProcessor
All Implemented Interfaces:
BeanFactoryAware, InitializingBean, MessageBrokerConfigProcessor

public class JpaHibernateConfigProcessor
extends HibernateConfigProcessor


Constructor Summary
JpaHibernateConfigProcessor()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  void registerPropertyProxy(SpringPropertyProxy proxy)
           
 void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
           
 
Methods inherited from class org.springframework.flex.core.io.HibernateConfigProcessor
getBeanFactory, getDefaultConversionService, getSessionFactory, processAfterStartup, processBeforeStartup, setBeanFactory, setConversionService, setSessionFactory, setUseDirectFieldAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaHibernateConfigProcessor

public JpaHibernateConfigProcessor()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Overrides:
afterPropertiesSet in class HibernateConfigProcessor
Throws:
Exception

setEntityManagerFactory

public void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)

registerPropertyProxy

protected void registerPropertyProxy(SpringPropertyProxy proxy)
Overrides:
registerPropertyProxy in class HibernateConfigProcessor

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.