A B C D E F G I K L M N O P R S T U W 

A

afterPropertiesSet() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
afterPropertiesSet() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean

B

build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.count.CountAllMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.count.CountAndMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.count.CountOrMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.delete.DeleteAndMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.delete.DeleteByPrimaryKeyMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.delete.DeleteOrMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.delete.TruncateMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.insert.InsertMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.insert.InsertSelectiveMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateAndMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateByPrimaryKeyMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateOrMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.lock.LockByUpdateSetPrimaryKeyMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
构建MapperStatement
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectAllMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectAndMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectByPrimaryKeyMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectOrMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectPageAndMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.select.SelectPageOrMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.update.UpdateByPrimaryKeyMappedStatementBuilder
 
build() - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.update.UpdateByPrimaryKeySelectiveMappedStatementBuilder
 
buildSqlSessionFactory() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Build a SqlSessionFactory instance.

C

checkCandidate(String, BeanDefinition) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
checkDaoConfig() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
checkDaoConfig() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionDaoSupport
 
ClassPathMapperScanner - org.wing4j.orm.mybatis.spring.mapper中的类
 
ClassPathMapperScanner(BeanDefinitionRegistry) - 类 的构造器org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
clearCache() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
close() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
close() - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransaction
 
closeSqlSession(SqlSession, SqlSessionFactory) - 类 中的静态方法org.wing4j.orm.mybatis.spring.SqlSessionUtils
Checks if SqlSession passed as an argument is managed by Spring TransactionSynchronizationManager If it is not, it closes it, otherwise it just updates the reference counter and lets Spring call the close callback when the managed transaction ends
commit() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
commit(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
commit() - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransaction
 
config - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
配置对象
CountAllMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.count中的类
Created by woate on 2016/12/18.
CountAllMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.count.CountAllMappedStatementBuilder
 
CountAndMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.count中的类
Created by woate on 2016/12/18.
CountAndMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.count.CountAndMappedStatementBuilder
 
CountOrMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.count中的类
Created by woate on 2016/12/18.
CountOrMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.count.CountOrMappedStatementBuilder
 

D

delete(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
delete(String, Object) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
DeleteAndMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.delete中的类
Created by woate on 2016/12/18.
DeleteAndMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.delete.DeleteAndMappedStatementBuilder
 
DeleteByPrimaryKeyMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.delete中的类
Created by woate on 2016/12/18.
DeleteByPrimaryKeyMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.delete.DeleteByPrimaryKeyMappedStatementBuilder
 
DeleteOrMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.delete中的类
Created by woate on 2016/12/18.
DeleteOrMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.delete.DeleteOrMappedStatementBuilder
 
doScan(String...) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
Calls the parent search that will search and register all the candidates.

E

entityClass - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
实体类对象

F

flushStatements() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate

G

getConfiguration() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
getConnection() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
getConnection() - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransaction
 
getDatabaseIdProvider() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Gets the DatabaseIdProvider
getExecutorType() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionHolder
 
getExecutorType() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
 
getMapper(Class<T>) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
getNameGenerator() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
Gets beanNameGenerator to be used while running the scanner.
getObject() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
 
getObject() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
getObjectType() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
 
getObjectType() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
getPersistenceExceptionTranslator() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionHolder
 
getPersistenceExceptionTranslator() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
 
getSqlSession() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionDaoSupport
 
getSqlSession() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionHolder
 
getSqlSession(SqlSessionFactory) - 类 中的静态方法org.wing4j.orm.mybatis.spring.SqlSessionUtils
Creates a new MyBatis SqlSession from the SqlSessionFactory provided as a parameter and using its DataSource and ExecutorType
getSqlSession(SqlSessionFactory, ExecutorType, PersistenceExceptionTranslator) - 类 中的静态方法org.wing4j.orm.mybatis.spring.SqlSessionUtils
 
getSqlSessionFactory() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
 

I

init() - 类 中的方法org.wing4j.orm.mybatis.spring.config.MyBatisNamespaceHandler
 
insert(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
insert(String, Object) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
InsertMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.insert中的类
Created by woate on 2016/12/18.
InsertMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.insert.InsertMappedStatementBuilder
 
InsertSelectiveMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.insert中的类
Created by woate on 2016/12/18.
InsertSelectiveMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.insert.InsertSelectiveMappedStatementBuilder
 
intercept(Invocation) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage1Interceptor
拦截后要执行的方法 对于StatementHandler其实只有两个实现类,一个是RoutingStatementHandler,另一个是抽象类BaseStatementHandler, BaseStatementHandler有三个子类,分别是SimpleStatementHandler,PreparedStatementHandler和CallableStatementHandler, SimpleStatementHandler是用于处理Statement的,PreparedStatementHandler是处理PreparedStatement的,而CallableStatementHandler是 处理CallableStatement的。
intercept(Invocation) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage2Interceptor
拦截后要执行的方法
isCandidateComponent(AnnotatedBeanDefinition) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
isSingleton() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
 
isSingleton() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
isSqlSessionTransactional(SqlSession, SqlSessionFactory) - 类 中的静态方法org.wing4j.orm.mybatis.spring.SqlSessionUtils
Returns if the SqlSession passed as an argument is being managed by Spring

K

keyClass - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
主键类对象
keywordMode - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
关键字大小写模式

L

LockByForUpdateAndMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.lock中的类
Created by woate on 2016/12/18.
LockByForUpdateAndMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateAndMappedStatementBuilder
 
LockByForUpdateByPrimaryKeyMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.lock中的类
 
LockByForUpdateByPrimaryKeyMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateByPrimaryKeyMappedStatementBuilder
 
LockByForUpdateOrMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.lock中的类
Created by woate on 2016/12/18.
LockByForUpdateOrMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.lock.LockByForUpdateOrMappedStatementBuilder
 
LockByUpdateSetPrimaryKeyMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.lock中的类
Created by woate on 2016/12/18.
LockByUpdateSetPrimaryKeyMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.lock.LockByUpdateSetPrimaryKeyMappedStatementBuilder
 

M

MappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder中的类
Created by woate on 2016/12/18.
MappedStatementBuilder(Configuration, String, Class, Class, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
 
MappedStatementRegister - org.wing4j.orm.mybatis.spring.mapper中的类
映射语句注册器
MappedStatementRegister() - 类 的构造器org.wing4j.orm.mybatis.spring.mapper.MappedStatementRegister
 
mapperClass - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
Mapper类对象
MapperFactoryBean<T> - org.wing4j.orm.mybatis.spring.mapper中的类
 
MapperFactoryBean(Class<T>) - 类 的构造器org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
 
MapperFactoryBean() - 类 的构造器org.wing4j.orm.mybatis.spring.mapper.MapperFactoryBean
 
MapperScan - org.wing4j.orm.mybatis.spring.annotation中的注释类型
 
MapperScannerConfigurer - org.wing4j.orm.mybatis.spring.mapper中的类
 
MapperScannerConfigurer() - 类 的构造器org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
 
MapperScannerRegistrar - org.wing4j.orm.mybatis.spring.annotation中的类
 
MapperScannerRegistrar() - 类 的构造器org.wing4j.orm.mybatis.spring.annotation.MapperScannerRegistrar
 
mixedContents(SqlNode...) - 类 中的方法org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
将多个节点组装成组合节点
MyBatisException - org.wing4j.orm.mybatis.spring.exception中的异常错误
 
MyBatisException(Throwable) - 异常错误 的构造器org.wing4j.orm.mybatis.spring.exception.MyBatisException
 
MyBatisExceptionTranslator - org.wing4j.orm.mybatis.spring中的类
 
MyBatisExceptionTranslator(DataSource, boolean) - 类 的构造器org.wing4j.orm.mybatis.spring.MyBatisExceptionTranslator
 
MyBatisMapperScannerBeanDefinitionParser - org.wing4j.orm.mybatis.spring.config中的类
 
MyBatisMapperScannerBeanDefinitionParser() - 类 的构造器org.wing4j.orm.mybatis.spring.config.MyBatisMapperScannerBeanDefinitionParser
 
MyBatisNamespaceHandler - org.wing4j.orm.mybatis.spring.config中的类
Mapper框架关于Spring标签的解析
MyBatisNamespaceHandler() - 类 的构造器org.wing4j.orm.mybatis.spring.config.MyBatisNamespaceHandler
 

N

namespace - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
命名空间
newTransaction(DataSource, TransactionIsolationLevel, boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransactionFactory
 
newTransaction(Connection) - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransactionFactory
 

O

onApplicationEvent(ApplicationEvent) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
org.wing4j.orm.mybatis.mapper.builder - 程序包 org.wing4j.orm.mybatis.mapper.builder
 
org.wing4j.orm.mybatis.mapper.builder.count - 程序包 org.wing4j.orm.mybatis.mapper.builder.count
 
org.wing4j.orm.mybatis.mapper.builder.delete - 程序包 org.wing4j.orm.mybatis.mapper.builder.delete
 
org.wing4j.orm.mybatis.mapper.builder.insert - 程序包 org.wing4j.orm.mybatis.mapper.builder.insert
 
org.wing4j.orm.mybatis.mapper.builder.lock - 程序包 org.wing4j.orm.mybatis.mapper.builder.lock
 
org.wing4j.orm.mybatis.mapper.builder.select - 程序包 org.wing4j.orm.mybatis.mapper.builder.select
 
org.wing4j.orm.mybatis.mapper.builder.update - 程序包 org.wing4j.orm.mybatis.mapper.builder.update
 
org.wing4j.orm.mybatis.plugins - 程序包 org.wing4j.orm.mybatis.plugins
 
org.wing4j.orm.mybatis.spring - 程序包 org.wing4j.orm.mybatis.spring
 
org.wing4j.orm.mybatis.spring.annotation - 程序包 org.wing4j.orm.mybatis.spring.annotation
Contains MyBatis annotations
org.wing4j.orm.mybatis.spring.config - 程序包 org.wing4j.orm.mybatis.spring.config
 
org.wing4j.orm.mybatis.spring.exception - 程序包 org.wing4j.orm.mybatis.spring.exception
 
org.wing4j.orm.mybatis.spring.mapper - 程序包 org.wing4j.orm.mybatis.spring.mapper
 
org.wing4j.orm.mybatis.spring.transaction - 程序包 org.wing4j.orm.mybatis.spring.transaction
 

P

PaginationStage1Interceptor - org.wing4j.orm.mybatis.plugins中的类
分页拦截器,用于拦截需要进行分页查询的操作,然后对其进行分页处理。
PaginationStage1Interceptor(DatabaseType) - 类 的构造器org.wing4j.orm.mybatis.plugins.PaginationStage1Interceptor
 
PaginationStage2Interceptor - org.wing4j.orm.mybatis.plugins中的类
 
PaginationStage2Interceptor() - 类 的构造器org.wing4j.orm.mybatis.plugins.PaginationStage2Interceptor
 
parse(Element, ParserContext) - 类 中的方法org.wing4j.orm.mybatis.spring.config.MyBatisMapperScannerBeanDefinitionParser
 
plugin(Object) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage1Interceptor
拦截器对应的封装原始对象的方法
plugin(Object) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage2Interceptor
拦截器对应的封装原始对象的方法
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.wing4j.orm.mybatis.spring.annotation.MapperScannerRegistrar
 
registerFilters() - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
rollback() - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
rollback(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
rollback() - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransaction
 

S

select(String, ResultHandler) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
select(String, Object, ResultHandler) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
select(String, Object, RowBounds, ResultHandler) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
SelectAllMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
Created by woate on 2016/12/18.
SelectAllMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectAllMappedStatementBuilder
 
SelectAndMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
Created by woate on 2016/12/18.
SelectAndMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectAndMappedStatementBuilder
 
SelectByPrimaryKeyMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
Created by woate on 2016/12/18.
SelectByPrimaryKeyMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectByPrimaryKeyMappedStatementBuilder
 
selectList(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectList(String, Object) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectList(String, Object, RowBounds) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectMap(String, String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectMap(String, Object, String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectMap(String, Object, String, RowBounds) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectOne(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
selectOne(String, Object) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
SelectOrMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
Created by woate on 2016/12/18.
SelectOrMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectOrMappedStatementBuilder
 
SelectPageAndMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
 
SelectPageAndMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectPageAndMappedStatementBuilder
 
SelectPageOrMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.select中的类
 
SelectPageOrMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.select.SelectPageOrMappedStatementBuilder
 
setAddToConfig(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setAddToConfig(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
Same as MapperFactoryBean#setAddToConfig(boolean).
setAnnotationClass(Class<? extends Annotation>) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setAnnotationClass(Class<? extends Annotation>) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
This property specifies the annotation that the scanner will search for.
setApplicationContext(ApplicationContext) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
setBasePackage(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
 
setBeanName(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
setConfigLocation(Resource) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Set the location of the MyBatis SqlSessionFactory config file.
setConfigurationProperties(Properties) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Set optional properties to be passed into the SqlSession configuration, as alternative to a &lt;properties&gt; tag in the configuration xml file.
setDatabaseIdProvider(DatabaseIdProvider) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Sets the DatabaseIdProvider.
setDatabaseType(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setDataSource(DataSource) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Set the JDBC DataSource that this instance should manage transactions for.
setEnvironment(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
NOTE: This class overrides any Environment you have set in the MyBatis config file.
setFailFast(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
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.
setKeywordMode(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setMapperFactoryBean(MapperFactoryBean) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setMapperLocations(Resource[]) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory configuration at runtime.
setMarkerInterface(Class<?>) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setMarkerInterface(Class<?>) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
This property specifies the parent that the scanner will search for.
setNameGenerator(BeanNameGenerator) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
Sets beanNameGenerator to be used while running the scanner.
setObjectFactory(ObjectFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Sets the ObjectFactory.
setObjectWrapperFactory(ObjectWrapperFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Sets the ObjectWrapperFactory.
setPlugins(Interceptor[]) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Mybatis plugin list.
setProcessPropertyPlaceHolders(boolean) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
 
setProperties(Properties) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage1Interceptor
设置注册拦截器时设定的属性
setProperties(Properties) - 类 中的方法org.wing4j.orm.mybatis.plugins.PaginationStage2Interceptor
 
setProperties(Properties) - 类 中的方法org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransactionFactory
 
setSqlMode(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setSqlSessionFactory(SqlSessionFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setSqlSessionFactory(SqlSessionFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
setSqlSessionFactory(SqlSessionFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionDaoSupport
 
setSqlSessionFactoryBeanName(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setSqlSessionFactoryBeanName(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
Specifies which SqlSessionFactory to use in the case that there is more than one in the spring context.
setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Sets the SqlSessionFactoryBuilder to use when creating the SqlSessionFactory.
setSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionDaoSupport
 
setSqlSessionTemplateBeanName(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.ClassPathMapperScanner
 
setSqlSessionTemplateBeanName(String) - 类 中的方法org.wing4j.orm.mybatis.spring.mapper.MapperScannerConfigurer
Specifies which SqlSessionTemplate to use in the case that there is more than one in the spring context.
setTransactionFactory(TransactionFactory) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
 
setTypeAliases(Class<?>[]) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
List of type aliases to register.
setTypeAliasesPackage(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Packages to search for type aliases.
setTypeAliasesSuperType(Class<?>) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Super class which domain objects have to extend to have a type alias created.
setTypeHandlers(TypeHandler<?>[]) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Set type handlers.
setTypeHandlersPackage(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
Packages to search for type handlers.
SpringManagedTransaction - org.wing4j.orm.mybatis.spring.transaction中的类
 
SpringManagedTransaction(DataSource) - 类 的构造器org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransaction
 
SpringManagedTransactionFactory - org.wing4j.orm.mybatis.spring.transaction中的类
 
SpringManagedTransactionFactory() - 类 的构造器org.wing4j.orm.mybatis.spring.transaction.SpringManagedTransactionFactory
 
sqlMode - 类 中的变量org.wing4j.orm.mybatis.mapper.builder.MappedStatementBuilder
SQL语句大小写模式
SqlSessionDaoSupport - org.wing4j.orm.mybatis.spring中的类
 
SqlSessionDaoSupport() - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionDaoSupport
 
SqlSessionFactoryBean - org.wing4j.orm.mybatis.spring中的类
 
SqlSessionFactoryBean() - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionFactoryBean
 
SqlSessionHolder - org.wing4j.orm.mybatis.spring中的类
MyBatis session Holder
SqlSessionHolder(SqlSession, ExecutorType, PersistenceExceptionTranslator) - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionHolder
 
SqlSessionTemplate - org.wing4j.orm.mybatis.spring中的类
 
SqlSessionTemplate(SqlSessionFactory) - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionTemplate
Constructs a Spring managed SqlSession with the SqlSessionFactory provided as an argument.
SqlSessionTemplate(SqlSessionFactory, ExecutorType) - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionTemplate
Constructs a Spring managed SqlSession with the SqlSessionFactory provided as an argument and the given ExecutorType ExecutorType cannot be changed once the SqlSessionTemplate is constructed.
SqlSessionTemplate(SqlSessionFactory, ExecutorType, PersistenceExceptionTranslator) - 类 的构造器org.wing4j.orm.mybatis.spring.SqlSessionTemplate
Constructs a Spring managed SqlSession with the given SqlSessionFactory and ExecutorType.
SqlSessionUtils - org.wing4j.orm.mybatis.spring中的类
 

T

translateExceptionIfPossible(RuntimeException) - 类 中的方法org.wing4j.orm.mybatis.spring.MyBatisExceptionTranslator
 
TruncateMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.delete中的类
 
TruncateMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.delete.TruncateMappedStatementBuilder
 

U

update(String) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
update(String, Object) - 类 中的方法org.wing4j.orm.mybatis.spring.SqlSessionTemplate
UpdateByPrimaryKeyMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.update中的类
Created by woate on 2016/12/18.
UpdateByPrimaryKeyMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.update.UpdateByPrimaryKeyMappedStatementBuilder
 
UpdateByPrimaryKeySelectiveMappedStatementBuilder - org.wing4j.orm.mybatis.mapper.builder.update中的类
Created by woate on 2016/12/18.
UpdateByPrimaryKeySelectiveMappedStatementBuilder(Configuration, Class, WordMode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.update.UpdateByPrimaryKeySelectiveMappedStatementBuilder
 

W

WhereSqlNode - org.wing4j.orm.mybatis.mapper.builder中的类
Created by woate on 2016/12/18.
WhereSqlNode(Configuration, SqlNode, WordMode) - 类 的构造器org.wing4j.orm.mybatis.mapper.builder.WhereSqlNode
 
A B C D E F G I K L M N O P R S T U W 

Copyright © 2016. All rights reserved.