- setCache(Cache) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the Cache.
- setConfigLocation(Resource) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set the location of the MyBatis SqlSessionFactory config file.
- setConfiguration(ExtConfiguration) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set a customized MyBatis configuration.
- setConfigurationProperties(Properties) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set optional properties to be passed into the SqlSession configuration, as alternative to a
<properties> tag in the configuration xml file.
- setDatabaseIdProvider(DatabaseIdProvider) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the DatabaseIdProvider.
- setDataSource(DataSource) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set a default scripting language driver class.
- setEnvironment(String) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
NOTE: This class overrides any Environment you have set in the MyBatis config file.
- setFailFast(boolean) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
If true, a final check is done on Configuration to assure that all mapped statements are fully loaded and there is
no one still pending to resolve includes.
- setMapperLocations(Resource...) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory configuration
at runtime.
- setObjectFactory(ObjectFactory) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the ObjectFactory.
- setObjectWrapperFactory(ObjectWrapperFactory) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the ObjectWrapperFactory.
- setPlugins(Interceptor...) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Mybatis plugin list.
- setScriptingLanguageDrivers(LanguageDriver...) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set scripting language drivers.
- setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the SqlSessionFactoryBuilder to use when creating the SqlSessionFactory.
- setTransactionFactory(TransactionFactory) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set the MyBatis TransactionFactory to use.
- setTypeAliases(Class<?>...) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
List of type aliases to register.
- setTypeAliasesPackage(String) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Packages to search for type aliases.
- setTypeAliasesSuperType(Class<?>) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Super class which domain objects have to extend to have a type alias created.
- setTypeHandlers(TypeHandler<?>...) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Set type handlers.
- setTypeHandlersPackage(String) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Packages to search for type handlers.
- setVfs(Class<? extends VFS>) - 类 中的方法tech.wetech.mybatis.spring.ExtSqlSessionFactoryBean
-
Sets the VFS.