Class EntityDaoBeanPostProcessor
java.lang.Object
org.huiche.spring.boot.autoconfigure.EntityDaoBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class EntityDaoBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
实体类Dao处理器(注入Dao)
- Author:
- Maning
-
Constructor Summary
ConstructorsConstructorDescriptionEntityDaoBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory) 构造 -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
EntityDaoBeanPostProcessor
public EntityDaoBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory) 构造- Parameters:
beanFactory- bean工厂
-
-
Method Details
-
postProcessBeforeInitialization
-