A C D F G I M P S U
A
- ApplicationContextAutoConfiguration - com.github.trang.autoconfigure.context中的类
-
Spring 自定义工具的自动配置
- ApplicationContextAutoConfiguration() - 类 的构造器com.github.trang.autoconfigure.context.ApplicationContextAutoConfiguration
-
- applicationContextHolder() - 类 中的方法com.github.trang.autoconfigure.context.ApplicationContextAutoConfiguration
-
- ApplicationContextHolder - com.github.trang.autoconfigure.context中的类
-
以静态变量保存 ApplicationContext,供容器启动后使用
- ApplicationContextHolder() - 类 的构造器com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- ApplicationProfileAutoConfiguration - com.github.trang.autoconfigure.context中的类
-
Spring Profile 的自动配置
用于需要区分运行环境的配置,做到声明的配置只在当前环境生效
- ApplicationProfileAutoConfiguration() - 类 的构造器com.github.trang.autoconfigure.context.ApplicationProfileAutoConfiguration
-
C
- com.github.trang.autoconfigure - 程序包 com.github.trang.autoconfigure
-
- com.github.trang.autoconfigure.context - 程序包 com.github.trang.autoconfigure.context
-
- com.github.trang.autoconfigure.mybatis - 程序包 com.github.trang.autoconfigure.mybatis
-
- containsBean(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- containsBeanDefinition(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- containsLocalBean(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- customize(T) - 接口 中的方法com.github.trang.autoconfigure.Customizer
-
自定义方法
- Customizer<T> - com.github.trang.autoconfigure中的接口
-
Spring Bean 初始化的回调接口,用来自定义 Bean
D
- delete(String) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
删除数据
- delete(String, Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
删除数据
F
- findAnnotationOnBean(String, Class<A>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
G
- getAliases(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getApplicationName() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBean(Class<T>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBean(Class<T>, Object...) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBean(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBean(String, Class<T>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBean(String, Object...) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanDefinitionCount() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanDefinitionNames() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanNamesForType(Class<?>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanNamesForType(Class<?>, boolean, boolean) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeanNamesForType(ResolvableType) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeansOfType(Class<T>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeansOfType(Class<T>, boolean, boolean) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getBeansWithAnnotation(Class<? extends Annotation>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getContext() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getDisplayName() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getEnvironment() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getId() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getMapperSql(Object, String, Object...) - 类 中的静态方法com.github.trang.autoconfigure.mybatis.SqlUtils
-
通过接口获取sql
- getMapperSql(SqlSession, String, Object...) - 类 中的静态方法com.github.trang.autoconfigure.mybatis.SqlUtils
-
通过Mapper方法名获取sql
- getMapperSql(SqlSession, Class<?>, String, Object...) - 类 中的静态方法com.github.trang.autoconfigure.mybatis.SqlUtils
-
通过Mapper接口和方法名
- getNamespaceSql(SqlSession, String) - 类 中的静态方法com.github.trang.autoconfigure.mybatis.SqlUtils
-
通过命名空间方式获取sql
- getNamespaceSql(SqlSession, String, Object) - 类 中的静态方法com.github.trang.autoconfigure.mybatis.SqlUtils
-
通过命名空间方式获取sql
- getResource(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getResources(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getStartupDate() - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- getType(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
I
- insert(String) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
插入数据
- insert(String, Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
插入数据
- intercept(Invocation) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlFormatterInterceptor
-
- isPrototype(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- isSingleton(String) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- isTypeMatch(String, ResolvableType) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- isTypeMatch(String, Class<?>) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
M
- MyBatisAutoConfiguration - com.github.trang.autoconfigure.mybatis中的类
-
MyBaits 自定义工具的自动配置
- MyBatisAutoConfiguration() - 类 的构造器com.github.trang.autoconfigure.mybatis.MyBatisAutoConfiguration
-
P
- plugin(Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlFormatterInterceptor
-
- publishEvent(ApplicationEvent) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
- publishEvent(Object) - 类 中的静态方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
S
- selectList(String) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回List
- selectList(String, Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回List
- selectList(String, Class<T>) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回指定的结果类型
- selectList(String, Object, Class<T>) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回指定的结果类型
- selectOne(String) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回一个结果,多个结果时抛出异常
- selectOne(String, Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回一个结果,多个结果时抛出异常
- selectOne(String, Class<T>) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回一个结果,多个结果时抛出异常
- selectOne(String, Object, Class<T>) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
查询返回一个结果,多个结果时抛出异常
- setApplicationContext(ApplicationContext) - 类 中的方法com.github.trang.autoconfigure.context.ApplicationContextHolder
-
实现 ApplicationContextAware 接口的回调方法,设置上下文环境
- setProperties(Properties) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlFormatterInterceptor
-
- SqlFormatterConfiguration - com.github.trang.autoconfigure.mybatis中的类
-
SqlFormatterConfiguration
Write the code.
- SqlFormatterConfiguration() - 类 的构造器com.github.trang.autoconfigure.mybatis.SqlFormatterConfiguration
-
- SqlFormatterInterceptor - com.github.trang.autoconfigure.mybatis中的类
-
格式化执行的 SQL
- SqlFormatterInterceptor() - 类 的构造器com.github.trang.autoconfigure.mybatis.SqlFormatterInterceptor
-
- sqlMapper(SqlSession) - 类 中的方法com.github.trang.autoconfigure.mybatis.MyBatisAutoConfiguration
-
- SqlMapper - com.github.trang.autoconfigure.mybatis中的类
-
MyBatis 执行 sql 工具,在写 SQL 的时候建议使用参数形式的可以是 ${} 或 #{}
不建议将参数直接拼到字符串中,当大量这么使用的时候由于缓存 MappedStatement 而占用更多的内存
- SqlMapper(SqlSession) - 类 的构造器com.github.trang.autoconfigure.mybatis.SqlMapper
-
构造方法,默认缓存MappedStatement
- sqlSessionFactoryBeanPostProcessor() - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlFormatterConfiguration
-
- SqlUtils - com.github.trang.autoconfigure.mybatis中的类
-
获取 Mybatis 查询 SQL 的工具
- SqlUtils() - 类 的构造器com.github.trang.autoconfigure.mybatis.SqlUtils
-
U
- update(String) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
更新数据
- update(String, Object) - 类 中的方法com.github.trang.autoconfigure.mybatis.SqlMapper
-
更新数据
A C D F G I M P S U
Copyright © 2017–2018 trang. All rights reserved.