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 Details

    • EntityDaoBeanPostProcessor

      public EntityDaoBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory)
      构造
      Parameters:
      beanFactory - bean工厂
  • Method Details

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException