org.kuali.rice.krad.app.persistence.jpa
Class RiceEntityManagerProxyFactoryBean
java.lang.Object
   org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
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)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RiceEntityManagerProxyFactoryBean
public RiceEntityManagerProxyFactoryBean(String prefix,
                                         DataSource datasource)
RiceEntityManagerProxyFactoryBean
public RiceEntityManagerProxyFactoryBean(String prefix,
                                         DataSource datasource,
                                         String moduleJpaEnabledPropertyPrefix)
afterPropertiesSet
public void afterPropertiesSet()
                        throws Exception
- 
- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
 
- 
- Throws:
- Exception
 
getObjectType
public Class getObjectType()
- 
- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean
 
- 
 
getObject
public Object getObject()
                 throws Exception
- 
- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean
 
- 
- Throws:
- Exception
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- org.springframework.beans.factory.FactoryBean
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.