- saveOrUpdate(T) - 类 中的方法com.mybatisflex.spring.service.impl.CacheableServiceImpl
- saveState - 类 中的变量com.mybatisflex.spring.batch.builder.MyBatisFlexCursorItemReaderBuilder
-
- saveState(boolean) - 类 中的方法com.mybatisflex.spring.batch.builder.MyBatisFlexCursorItemReaderBuilder
-
保存状态标志位
- saveState - 类 中的变量com.mybatisflex.spring.batch.builder.MyBatisFlexPagingItemReaderBuilder
-
保存状态标志位
- saveState(boolean) - 类 中的方法com.mybatisflex.spring.batch.builder.MyBatisFlexPagingItemReaderBuilder
-
是否更新状态标志位
- 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
-
- setAssertUpdates(boolean) - 类 中的方法com.mybatisflex.spring.batch.MybatisFlexBatchItemWriter
-
Public setter for the flag that determines whether an assertion is made that number of BatchResult objects returned
is one and all items cause at least one row to be updated.
- 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.
- setMapper(BaseMapper<T>) - 类 中的方法com.mybatisflex.spring.batch.MybatisFlexBatchItemWriter
-
mapper对象
- setMapper(BaseMapper<T>) - 类 中的方法com.mybatisflex.spring.batch.MyBatisFlexCursorItemReader
-
当前的mapper对象
- setMapper(BaseMapper<T>) - 类 中的方法com.mybatisflex.spring.batch.MybatisFlexPagingItemReader
-
当前的mapper对象
- 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.
- setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.spring.batch.MyBatisFlexCursorItemReader
-
当前的参数对象
- setQueryWrapper(QueryWrapper) - 类 中的方法com.mybatisflex.spring.batch.MybatisFlexPagingItemReader
-
当前的参数对象
- 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
-