A B C D E F G H I L M N O P Q R S T U V W X Y 
所有类 所有程序包

A

addCriterion(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
addCriterion(String, Object, Object, String) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
addCriterion(String, Object, String) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
addStringToArray(String[], String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
afterPropertiesSet() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
andBetween(SFunction<T, ?>, V, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andEqualTo(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andGreaterThan(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andGreaterThanOrEqualTo(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdBetween(Number, Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdEqualTo(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdGreaterThan(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdGreaterThanOrEqualTo(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdIn(List<Number>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdIsNotNull() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdIsNull() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdLessThan(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdLessThanOrEqualTo(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdNotBetween(Number, Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdNotEqualTo(Number) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIdNotIn(List<Number>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIn(SFunction<T, ?>, List<V>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIsNotNull(SFunction<T, ?>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andIsNull(SFunction<T, ?>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andLessThan(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andLessThanOrEqualTo(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andLike(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andNotBetween(SFunction<T, ?>, V, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andNotEqualTo(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andNotIn(SFunction<T, ?>, List<V>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
andNotLike(SFunction<T, ?>, V) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
applyRelativePath(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a String array into a delimited String (e.g.
Assert - xyz.xiezc.ioc.starter.orm.util中的类
Assert Kit
Assert() - 类 的构造器xyz.xiezc.ioc.starter.orm.util.Assert
 

B

BaseMapper<Model> - xyz.xiezc.ioc.starter.orm.common中的接口
DAO公共基类,由MybatisGenerator自动生成请勿修改
bean(MapperDefine) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 
build() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
buildSqlSessionFactory() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Build a SqlSessionFactory instance.

C

camelCaseName(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
下划线转换为驼峰
capitalize(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
checkDoc() - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
 
ClassUtils - xyz.xiezc.ioc.starter.orm.util中的类
ClassUtils
cleanPath(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clear() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Example
 
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a Collection into a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a Collection to a delimited String (e.g.
Column - xyz.xiezc.ioc.starter.orm.annotation中的注释类型
 
ColumnProp() - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.EntityTableDefine.ColumnProp
 
commaDelimitedListToSet(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
concatenateStringArrays(String[], String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Concatenate the given String arrays into one, with overlapping array elements included twice.
containsWhitespace(CharSequence) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check whether the given String contains any whitespace characters.
countByExample(Example) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
countOccurrencesOf(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Count the occurrences of the substring sub in string str.
createCriteria(Example) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Example
 
createCriteriaInternal(Example) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Example
 
createSqlSessionFactory(DataSource, List<DocumentMapperDefine>) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 
criteria - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
Criteria - xyz.xiezc.ioc.starter.orm.common.example中的类
 
Criteria(Example) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
Criterion - xyz.xiezc.ioc.starter.orm.common.example中的类
 
Criterion(String) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criterion
 
Criterion(String, Object) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criterion
 
Criterion(String, Object, Object) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criterion
 
Criterion(String, Object, Object, String) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criterion
 
Criterion(String, Object, String) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.Criterion
 

D

dealEntityClazzFiled() - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.MapperDefine
 
delete(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Delete any character in a given String.
deleteByExample(Example) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
deleteByPrimaryKey(Number) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
delimitedListToStringArray(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Take a String that is a delimited list and convert it into a String array.
distinct - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
distinct() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
DocumentMapperDefine - xyz.xiezc.ioc.starter.orm.xml中的类
 
DocumentMapperDefine(File) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
 
DocumentMapperDefine(Path) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
 
DocumentMapperDefine(MapperDefine) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
 
DocumentMapperDefine(MapperDefine, Path) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
 
DocumentUtil - xyz.xiezc.ioc.starter.orm.util中的类
 
DocumentUtil() - 类 的构造器xyz.xiezc.ioc.starter.orm.util.DocumentUtil
 
doExecute(ApplicationEvent) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 

E

EMPTY - 类 中的静态变量xyz.xiezc.ioc.starter.orm.util.StringUtil
 
endsWithIgnoreCase(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Test if the given String ends with the specified suffix, ignoring upper/lower case.
entityClass - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
实体对象的类型
EntityTableDefine - xyz.xiezc.ioc.starter.orm.xml中的类
 
EntityTableDefine() - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.EntityTableDefine
 
EntityTableDefine.ColumnProp - xyz.xiezc.ioc.starter.orm.xml中的类
 
example - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
Example - xyz.xiezc.ioc.starter.orm.common.example中的类
 
ExampleName - 类 中的静态变量xyz.xiezc.ioc.starter.orm.xml.EntityTableDefine
 
ExceptionUtils - xyz.xiezc.ioc.starter.orm.util中的类
异常辅助工具类
exist() - 注释类型 中的方法xyz.xiezc.ioc.starter.orm.annotation.Column
是否对应数据库中字段, 默认true 对应

F

format(String, Object...) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
安全的进行字符串 format
formatKey(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
格式化 key 将传入的 key 变更为大写格式

G

GeneratedCriteria - xyz.xiezc.ioc.starter.orm.common.example中的类
 
GeneratedCriteria(Example) - 类 的构造器xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
getAllCriteria() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
getCache() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
 
getColumnProp(SerializedLambda) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
获取对应的表字段与对象的属性关系对象
getColumnProp(SFunction<T, ?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
获取对应的表字段与对象的属性关系对象
getConfig() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
已过时。
getConfigLocation() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getConfiguration() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getCriteria() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
getDatabaseIdProvider() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Gets the DatabaseIdProvider
getDocumentBuilder(boolean) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.DocumentUtil
 
getExecutorType() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getFilename(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Extract the filename extension from the given Java resource path, e.g.
getMapperLocations() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getNameSpace() - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
通过解析文档, 获取文档对应的mapper接口
getObject() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
getObjectType() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
getPackageName(Class<?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getSqlFragment(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
getTypeAliasesPackage() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getTypeHandlersPackage() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
getUserClass(Class<?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
获取当前对象的 class
getUserClass(Object) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
获取当前对象的class
getVfs() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
 
greaterThan(double, double, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 

H

hasLength(CharSequence) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check that the given String is neither null nor of length 0.
hasText(CharSequence) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check whether the given String contains actual text.

I

Id - xyz.xiezc.ioc.starter.orm.annotation中的注释类型
 
inheritEnclosingType(XNode, Class<?>) - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
init() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 
insert(Model) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
insertSelective(Model) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
installCache(EntityTableDefine) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
将传入的表信息加入缓存
isCheckConfigLocation() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
isEmpty(Object) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Check whether the given String is empty.
isNullOrEmpty(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
 
isProxy(Class<?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
判断是否为代理对象
isSingleton() - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
isValid() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
 
isValid() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.SpringBootVFS
 

L

LambdaTest - xyz.xiezc.ioc.starter.orm.lambda中的类
 
LambdaTest() - 类 的构造器xyz.xiezc.ioc.starter.orm.lambda.LambdaTest
 
LambdaUtils - xyz.xiezc.ioc.starter.orm.lambda中的类
Lambda 解析工具类
LambdaUtils() - 类 的构造器xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
 
limit - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
limit(Integer) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
list(URL, String) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.SpringBootVFS
 
lownCaseFirstChar(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
字符串首字母小写写

M

main(String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaTest
 
MapperDefine - xyz.xiezc.ioc.starter.orm.xml中的类
 
MapperDefine(Class<?>) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.MapperDefine
 
MapperScan - xyz.xiezc.ioc.starter.orm.annotation中的注释类型
注解标示 mapper接口的位置.
mergeStringArrays(String[], String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
已过时。
as of 4.3.15, in favor of manual merging via LinkedHashSet (with every entry included at most once, even entries within the first array)
mpe(String, Object...) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ExceptionUtils
重载的方法
mpe(String, Throwable, Object...) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ExceptionUtils
返回一个新的异常,统一构建,方便统一处理
mpe(Throwable) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ExceptionUtils
重载的方法
MYBATIS_PREFIX - 类 中的静态变量xyz.xiezc.ioc.starter.orm.MybatisProperties
 
MybatisAutoConfiguration - xyz.xiezc.ioc.starter.orm中的类
事件监听器的 init方法会先于 doExecute方法 被触发
MybatisAutoConfiguration() - 类 的构造器xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 
MybatisProperties - xyz.xiezc.ioc.starter.orm中的类
Configuration properties for Mybatis.
MybatisProperties() - 类 的构造器xyz.xiezc.ioc.starter.orm.MybatisProperties
 

N

newInstance(Class<T>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
根据指定的 class , 实例化一个对象,根据构造参数来实例化
notEmpty(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 
notEmpty(T[], String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 
notNull(Object, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 

O

of(Class<?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.common.example.Example
 
offset - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
offset(Long) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
or() - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
or(Criteria) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
order() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration
 
orderByClause - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
orderByClause(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
oredCriteria - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
oredCriteria(List<Criteria>) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 

P

packageNotEmpty(Class<?>, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 
pageNo - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
pageNo(int) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
pageSize - 类 中的变量xyz.xiezc.ioc.starter.orm.common.example.Example
 
pageSize(int) - 类 中的方法xyz.xiezc.ioc.starter.orm.common.example.Criteria
 
parse() - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
parseLocale(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags.
parseLocaleString(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Parse the given String representation into a Locale.
parseTimeZoneString(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Parse the given timeZoneString value into a TimeZone.
pathEquals(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Compare two paths after normalization of them.

Q

quote(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

removeDuplicateStrings(String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Remove duplicate strings from the given array.
replace(String, String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Replace all occurrences of a substring within a string with another string.
resolve(SFunction<T, ?>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
解析 lambda 表达式, 该方法只是调用了getSerializedLambda方法,在此基础上加了缓存。
resolveMapperLocations() - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 

S

selectByExample(Example) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
selectByPrimaryKey(Number) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
setCache(Cache) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
 
setCheckConfigLocation(boolean) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setConfig(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
已过时。
setConfigLocation(Resource) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set the location of the MyBatis SqlSessionFactory config file.
setConfigLocation(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setConfiguration(Configuration) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set a customized MyBatis configuration.
setConfiguration(Configuration) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setConfigurationProperties(Properties) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.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) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Sets the DatabaseIdProvider.
setDataSource(DataSource) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set the JDBC DataSource that this instance should manage transactions for.
setDocumentMapperDefines(List<DocumentMapperDefine>) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory configuration at runtime.
setEnvironment(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
NOTE: This class overrides any Environment you have set in the MyBatis config file.
setExecutorType(ExecutorType) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setFailFast(boolean) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.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.
setMapperLocations(String[]) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setObjectFactory(ObjectFactory) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Sets the ObjectFactory.
setObjectWrapperFactory(ObjectWrapperFactory) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Sets the ObjectWrapperFactory.
setPlugins(Interceptor[]) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Mybatis plugin list.
setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Sets the SqlSessionFactoryBuilder to use when creating the SqlSessionFactory.
setTransactionFactory(TransactionFactory) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set the MyBatis TransactionFactory to use.
setTypeAliases(Class<?>[]) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
List of type aliases to register.
setTypeAliasesPackage(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Packages to search for type aliases.
setTypeAliasesPackage(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setTypeAliasesSuperType(Class<?>) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Super class which domain objects have to extend to have a type alias created.
setTypeHandlers(TypeHandler<?>[]) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Set type handlers.
setTypeHandlersPackage(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
Packages to search for type handlers.
setTypeHandlersPackage(String) - 类 中的方法xyz.xiezc.ioc.starter.orm.MybatisProperties
 
setVfs(Class<? extends VFS>) - 类 中的方法xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
 
SFunction<T,​R> - xyz.xiezc.ioc.starter.orm.lambda中的接口
支持序列化的 Function
sortStringArray(String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Turn given source String array into sorted array.
split(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Take an array of strings and split each element based on the given delimiter.
SpringBootVFS - xyz.xiezc.ioc.starter.orm.common中的类
 
SpringBootVFS() - 类 的构造器xyz.xiezc.ioc.starter.orm.common.SpringBootVFS
 
SqlSessionFactoryBean - xyz.xiezc.ioc.starter.orm.bean中的类
FactoryBean that creates an MyBatis SqlSessionFactory.
SqlSessionFactoryBean() - 类 的构造器xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean
 
startsWithIgnoreCase(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Test if the given String starts with the specified prefix, ignoring upper/lower case.
StringUtil - xyz.xiezc.ioc.starter.orm.util中的类
 
StringUtil() - 类 的构造器xyz.xiezc.ioc.starter.orm.util.StringUtil
 
stripFilenameExtension(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Strip the filename extension from the given Java resource path, e.g.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Test whether the given string matches the given substring at the given index.

T

Table - xyz.xiezc.ioc.starter.orm.annotation中的注释类型
 
toClassConfident(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.ClassUtils
请仅在确定类存在的情况下调用该方法
tokenizeToStringArray(String, String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
已过时。
as of 5.0.4, in favor of Locale.toLanguageTag()
toStringArray(Collection<String>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Copy the given Enumeration into a String array.
trimAllWhitespace(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Trim leading and trailing whitespace from the given String.

U

uncapitalize(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
underscoreName(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
驼峰转换为下划线
unqualify(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Unqualify a string qualified by a separator character.
upCaseFirstChar(String) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
字符串首字母大写
updateByExample(Model, Example) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
updateByExampleSelective(Model, Example) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
updateByPrimaryKey(Model) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
updateByPrimaryKeySelective(Model) - 接口 中的方法xyz.xiezc.ioc.starter.orm.common.BaseMapper
 
uriDecode(String, Charset) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.StringUtil
Decode the given encoded URI component value.

V

validateCollection(XNode, Class<?>) - 类 中的方法xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
value() - 注释类型 中的方法xyz.xiezc.ioc.starter.orm.annotation.Column
 
value() - 注释类型 中的方法xyz.xiezc.ioc.starter.orm.annotation.Id
 
value() - 注释类型 中的方法xyz.xiezc.ioc.starter.orm.annotation.MapperScan
 
value() - 注释类型 中的方法xyz.xiezc.ioc.starter.orm.annotation.Table
 

W

wrap(Callable<T>) - 类 中的静态方法xyz.xiezc.ioc.starter.orm.util.Assert
 

X

XMLMapperBuilder - xyz.xiezc.ioc.starter.orm.xml中的类
 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>, String) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
已过时。
XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>, String) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
已过时。
XMLMapperBuilder(XPathParser, Configuration, String, Map<String, XNode>) - 类 的构造器xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
 
xyz.xiezc.ioc.starter.orm - 程序包 xyz.xiezc.ioc.starter.orm
 
xyz.xiezc.ioc.starter.orm.annotation - 程序包 xyz.xiezc.ioc.starter.orm.annotation
 
xyz.xiezc.ioc.starter.orm.bean - 程序包 xyz.xiezc.ioc.starter.orm.bean
 
xyz.xiezc.ioc.starter.orm.common - 程序包 xyz.xiezc.ioc.starter.orm.common
 
xyz.xiezc.ioc.starter.orm.common.example - 程序包 xyz.xiezc.ioc.starter.orm.common.example
 
xyz.xiezc.ioc.starter.orm.lambda - 程序包 xyz.xiezc.ioc.starter.orm.lambda
 
xyz.xiezc.ioc.starter.orm.util - 程序包 xyz.xiezc.ioc.starter.orm.util
 
xyz.xiezc.ioc.starter.orm.xml - 程序包 xyz.xiezc.ioc.starter.orm.xml
 

Y

YaoManagedTransactionFactory - xyz.xiezc.ioc.starter.orm.common中的类
 
YaoManagedTransactionFactory() - 类 的构造器xyz.xiezc.ioc.starter.orm.common.YaoManagedTransactionFactory
 
YaoMybatisException - xyz.xiezc.ioc.starter.orm.common中的异常错误
 
YaoMybatisException(String) - 异常错误 的构造器xyz.xiezc.ioc.starter.orm.common.YaoMybatisException
 
YaoMybatisException(String, Throwable) - 异常错误 的构造器xyz.xiezc.ioc.starter.orm.common.YaoMybatisException
 
YaoMybatisException(Throwable) - 异常错误 的构造器xyz.xiezc.ioc.starter.orm.common.YaoMybatisException
 
A B C D E F G H I L M N O P Q R S T U V W X Y 
所有类 所有程序包