类 MybatiesConfig


  • @Order(2)
    @Configuration
    public class MybatiesConfig
    extends Object
    • 构造器详细资料

      • MybatiesConfig

        public MybatiesConfig()
    • 方法详细资料

      • initDataBaseConf

        @Bean("tech.codingless.core.plugs.mybaties3.conf.DataBaseConf")
        public DataBaseConf initDataBaseConf()
      • initGenericQueryDAOImpl

        @Bean("tech.codingless.core.plugs.mybaties3.GenericQueryDAOImpl")
        public GenericQueryDAOImpl<?> initGenericQueryDAOImpl()
      • initGenericUpdateDAOImpl

        @Bean("tech.codingless.core.plugs.mybaties3.GenericUpdateDAOImpl")
        public GenericUpdateDAOImpl<?> initGenericUpdateDAOImpl()
      • initMybatiesImportSelector

        @Bean("tech.codingless.core.plugs.mybaties3.MybatiesImportSelector")
        public MybatiesImportSelector initMybatiesImportSelector()
      • initDBInitSpringListener

        @Bean("tech.codingless.core.plugs.mybaties3.DBInitSpringListener")
        public DBInitSpringListener initDBInitSpringListener()
      • initTableAutoCreateServiceMysqlImpl

        @Bean("tech.codingless.core.plugs.mybaties3.TableAutoCreateServiceMysqlImpl")
        public TableAutoCreateServiceMysqlImpl initTableAutoCreateServiceMysqlImpl()
      • initMyBatiesServiceDefaultImpl

        @Bean("tech.codingless.core.plugs.mybaties3.MyBatiesServiceDefaultImpl")
        public MyBatiesServiceDefaultImpl initMyBatiesServiceDefaultImpl()
      • initDataSourceTransactionManager

        @Bean("MyTransactionManager")
        public Object initDataSourceTransactionManager()