org.kuali.rice.krad.app.persistence.jpa
Class RiceEntityManagerProxyFactoryBean

java.lang.Object
  extended by org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class RiceEntityManagerProxyFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
RiceEntityManagerProxyFactoryBean(String prefix, DataSource datasource)
           
RiceEntityManagerProxyFactoryBean(String prefix, DataSource datasource, String moduleJpaEnabledPropertyPrefix)
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiceEntityManagerProxyFactoryBean

public RiceEntityManagerProxyFactoryBean(String prefix,
                                         DataSource datasource)

RiceEntityManagerProxyFactoryBean

public RiceEntityManagerProxyFactoryBean(String prefix,
                                         DataSource datasource,
                                         String moduleJpaEnabledPropertyPrefix)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.