Class JdbcPersistenceServiceBeanFactory
java.lang.Object
com.sap.cds.framework.spring.config.datasource.JdbcPersistenceServiceBeanFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<JdbcPersistenceService>,org.springframework.beans.factory.SmartFactoryBean<JdbcPersistenceService>
public class JdbcPersistenceServiceBeanFactory
extends Object
implements org.springframework.beans.factory.SmartFactoryBean<JdbcPersistenceService>, org.springframework.beans.factory.BeanFactoryAware
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsConstructorDescriptionJdbcPersistenceServiceBeanFactory(String serviceName, String dataSourceName, String txMgrName) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>booleanvoidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingletonMethods inherited from interface org.springframework.beans.factory.SmartFactoryBean
isPrototype
-
Constructor Details
-
JdbcPersistenceServiceBeanFactory
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<JdbcPersistenceService>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<JdbcPersistenceService>
-
isEagerInit
public boolean isEagerInit()- Specified by:
isEagerInitin interfaceorg.springframework.beans.factory.SmartFactoryBean<JdbcPersistenceService>
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-