
ars.spring.context.LookupEntityFactoryBean Maven / Gradle / Ivy
The newest version!
package ars.spring.context;
import java.util.Collection;
import org.springframework.aop.support.AopUtils;
import org.springframework.aop.framework.Advised;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.NoSuchBeanDefinitionException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import ars.util.Beans;
/**
* 从Spring上下文中查找对象实体工厂类
*
* @author wuyongqiang
*/
public class LookupEntityFactoryBean implements FactoryBean
© 2015 - 2025 Weber Informatics LLC | Privacy Policy