public class RiceEntityManagerProxyFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Constructor and Description | 
|---|
| RiceEntityManagerProxyFactoryBean(String prefix,
                                 DataSource datasource) | 
| RiceEntityManagerProxyFactoryBean(String prefix,
                                 DataSource datasource,
                                 String moduleJpaEnabledPropertyPrefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| Object | getObject() | 
| Class | getObjectType() | 
| boolean | isSingleton() | 
public RiceEntityManagerProxyFactoryBean(String prefix, DataSource datasource)
public RiceEntityManagerProxyFactoryBean(String prefix, DataSource datasource, String moduleJpaEnabledPropertyPrefix)
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2005–2016 The Kuali Foundation. All rights reserved.