类 DataSourceModule

java.lang.Object
com.mbap.hasor.module.DataSourceModule
所有已实现的接口:
net.hasor.core.Module, net.hasor.spring.SpringModule

@DimModule @Component public class DataSourceModule extends Object implements net.hasor.spring.SpringModule
配置基于Spring的数据源模块
作者:
Kevin
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    loadModule(net.hasor.core.ApiBinder apiBinder)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.hasor.core.Module

    onStart, onStop

    从接口继承的方法 net.hasor.spring.SpringModule

    getSupplierOfName, getSupplierOfType, springTypeSupplier
  • 构造器详细资料

    • DataSourceModule

      public DataSourceModule()
  • 方法详细资料

    • loadModule

      public void loadModule(net.hasor.core.ApiBinder apiBinder) throws Throwable
      指定者:
      loadModule 在接口中 net.hasor.core.Module
      抛出:
      Throwable