org.kuali.rice.krad.app.persistence.jpa
Class RiceEntityManagerProxyFactoryBean
java.lang.Object
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:
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-2011 The Kuali Foundation. All Rights Reserved.