- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
public class JndiObjectFactoryBean
extends org.springframework.jndi.JndiObjectFactoryBean
An extended version of JndiObjectFactoryBean that actually tests a JNDI data source before falling back to its
default object. Allows continued backward compatibility with old-style datasource configuration.
- Author:
- dward