- saveOrUpdate(T) - 类 中的方法com.mybatisflex.spring.service.impl.CacheableServiceImpl
- scanClasses(String, Class<?>) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
- scriptingLanguageDrivers - 类 中的变量com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
- ServiceImpl<M extends BaseMapper<T>,T> - com.mybatisflex.spring.service.impl中的类
-
由 Mybatis-Flex 提供的顶级增强 Service 接口的默认实现类。
- ServiceImpl() - 类 的构造器com.mybatisflex.spring.service.impl.ServiceImpl
-
- setBeanResolver(BeanResolver) - 类 中的方法com.mybatisflex.spring.datasource.processor.SpelExpressionDataSourceProcessor
-
- setCache(Cache) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the Cache.
- setConfigLocation(Resource) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the location of the MyBatis SqlSessionFactory config file.
- setConfiguration(Configuration) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set a customized MyBatis configuration.
- setConfigurationProperties(Properties) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set optional properties to be passed into the SqlSession configuration, as alternative to a
<properties> tag in the configuration xml file.
- setDatabaseIdProvider(DatabaseIdProvider) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the DatabaseIdProvider.
- setDataSource(DataSource) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the default type handler class for enum.
- setDefaultScriptingLanguageDriver(Class<? extends LanguageDriver>) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set a default scripting language driver class.
- setEnvironment(String) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
NOTE: This class overrides any Environment you have set in the MyBatis config file.
- setFailFast(boolean) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
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...) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory configuration
at runtime.
- setObjectFactory(ObjectFactory) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the ObjectFactory.
- setObjectWrapperFactory(ObjectWrapperFactory) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the ObjectWrapperFactory.
- setParserContext(ParserContext) - 类 中的方法com.mybatisflex.spring.datasource.processor.SpelExpressionDataSourceProcessor
-
- setPlugins(Interceptor...) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Mybatis plugin list.
- setRollbackOnly() - 类 中的方法com.mybatisflex.spring.FlexTransactionManager.TransactionObject
-
- setScriptingLanguageDrivers(LanguageDriver...) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set scripting language drivers.
- setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the SqlSessionFactoryBuilder to use when creating the SqlSessionFactory.
- setTransactionFactory(TransactionFactory) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set the MyBatis TransactionFactory to use.
- setTypeAliases(Class<?>...) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
List of type aliases to register.
- setTypeAliasesPackage(String) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Packages to search for type aliases.
- setTypeAliasesSuperType(Class<?>) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Super class which domain objects have to extend to have a type alias created.
- setTypeHandlers(TypeHandler<?>...) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Set type handlers.
- setTypeHandlersPackage(String) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Packages to search for type handlers.
- setVfs(Class<? extends VFS>) - 类 中的方法com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
Sets the VFS.
- SpelExpressionDataSourceProcessor - com.mybatisflex.spring.datasource.processor中的类
-
SpEL表达式支持处理器
- SpelExpressionDataSourceProcessor() - 类 的构造器com.mybatisflex.spring.datasource.processor.SpelExpressionDataSourceProcessor
-
- SpelExpressionDataSourceProcessor.RootObject - com.mybatisflex.spring.datasource.processor中的类
-
- sqlSessionFactory - 类 中的变量com.mybatisflex.spring.FlexSqlSessionFactoryBean
-
- sqlSessionFactoryBuilder - 类 中的变量com.mybatisflex.spring.FlexSqlSessionFactoryBean
-