类 TenantAutoConfiguration


  • @Configuration
    public class TenantAutoConfiguration
    extends java.lang.Object
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      top.daxian1218.dust.db.tenant.AppManager appManager​(top.daxian1218.dust.db.DustDbProperties dustDbProperties, top.daxian1218.dust.db.DbAdapterManager dbAdapterManager)  
      top.daxian1218.dust.db.tenant.SeparatedCache separatedCache()  
      top.daxian1218.dust.db.tenant.TenantManager tenantAdapterManager​(top.daxian1218.dust.db.DbAdapterManager dbAdapterManager, top.daxian1218.dust.db.tenant.AppManager appManager)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TenantAutoConfiguration

        public TenantAutoConfiguration()
    • 方法详细资料

      • separatedCache

        @Bean
        public top.daxian1218.dust.db.tenant.SeparatedCache separatedCache()
      • tenantAdapterManager

        @Bean
        public top.daxian1218.dust.db.tenant.TenantManager tenantAdapterManager​(top.daxian1218.dust.db.DbAdapterManager dbAdapterManager,
                                                                                @Autowired(required=false)
                                                                                top.daxian1218.dust.db.tenant.AppManager appManager)
      • appManager

        @Bean(initMethod="init")
        @ConditionalOnProperty("dust.db.tenant.enable")
        public top.daxian1218.dust.db.tenant.AppManager appManager​(top.daxian1218.dust.db.DustDbProperties dustDbProperties,
                                                                   top.daxian1218.dust.db.DbAdapterManager dbAdapterManager)