类 MybatiesConfig
- java.lang.Object
-
- tech.codingless.core.plugs.mybaties3.conf.MybatiesConfig
-
@Configuration public class MybatiesConfig extends Object
-
-
构造器概要
构造器 构造器 说明 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()
-
-