跳过导航链接
A B C D E F G H I L M N O P Q R S T U V 

A

addMapper(Class<T>) - 类 中的方法tech.wetech.mybatis.EntityMapperRegistry
 
addMapper(Class<T>) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
addMappers(String, Class<?>) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
addMappers(String) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
and() - 类 中的方法tech.wetech.mybatis.example.Example
 
and(Criteria<T>) - 类 中的方法tech.wetech.mybatis.example.Example
 
and() - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
and(Criteria<T>) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
andBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andGreaterThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andGreaterThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andGreaterThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andGreaterThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andGreaterThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andGreaterThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andGreaterThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andGreaterThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIsNotNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIsNotNull(String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIsNotNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIsNotNull(String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIsNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIsNull(String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andIsNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andIsNull(String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLessThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLessThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLessThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLessThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLessThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLessThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLessThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLessThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLike(String, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andLike(String, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotLike(String, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
andNotLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andNotLike(String, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
andOr(String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 

B

BaseEntitySqlBuilder - tech.wetech.mybatis.mapper中的类
 
BaseEntitySqlBuilder() - 类 的构造器tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
BaseMapper<T> - tech.wetech.mybatis.mapper中的接口
 
build() - 类 中的方法tech.wetech.mybatis.builder.EntityMappingBuilder
 
build(Reader, String, Properties) - 类 中的方法tech.wetech.mybatis.ExtSqlSessionFactoryBuilder
 
build(InputStream, String, Properties) - 类 中的方法tech.wetech.mybatis.ExtSqlSessionFactoryBuilder
 
buildAllColumns(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
buildExampleColumnsXML(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
buildExampleXML(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
buildWhereNotNullXML(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 

C

clear() - 类 中的方法tech.wetech.mybatis.example.Criteria
 
clear() - 类 中的方法tech.wetech.mybatis.example.Example
 
clearLocalCache() - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
close(boolean) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
ColumnProperty() - 类 的构造器tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
columns - 类 中的变量tech.wetech.mybatis.example.Example
 
commit(boolean) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
count() - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
count(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
count(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
countByExample(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
countByExample(Example<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
createCriteria() - 类 中的方法tech.wetech.mybatis.example.Example
 
createCriteria() - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
createCriteria() - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
createCriteriaInternal() - 类 中的方法tech.wetech.mybatis.example.Example
 
createCriteriaInternal() - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
createExample() - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
Criteria<T> - tech.wetech.mybatis.example中的类
 
Criteria() - 类 的构造器tech.wetech.mybatis.example.Criteria
 
Criteria.Criterion - tech.wetech.mybatis.example中的类
 
Criterion(String, String, String) - 类 的构造器tech.wetech.mybatis.example.Criteria.Criterion
 
Criterion(String, Object, String, String) - 类 的构造器tech.wetech.mybatis.example.Criteria.Criterion
 
Criterion(String, Object, Object, String, String) - 类 的构造器tech.wetech.mybatis.example.Criteria.Criterion
 

D

DB2Dialect - tech.wetech.mybatis.dialect.db中的类
 
DB2Dialect() - 类 的构造器tech.wetech.mybatis.dialect.db.DB2Dialect
 
DEFAULT_DIRECTION - 类 中的静态变量tech.wetech.mybatis.example.Sort
 
deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
delete() - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
deleteByExample(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
deleteByExample(Example<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
deleteByPrimaryKey(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
deleteByPrimaryKey(Object) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
DeleteEntityProvider - tech.wetech.mybatis.annotation中的注释类型
 
Dialect - tech.wetech.mybatis.dialect中的接口
 
dialect - 类 中的变量tech.wetech.mybatis.ExtConfiguration
 
DialectClient - tech.wetech.mybatis.dialect中的类
 
DialectClient() - 类 的构造器tech.wetech.mybatis.dialect.DialectClient
 
DialectType - tech.wetech.mybatis.dialect中的枚举
数据库类型
distinct - 类 中的变量tech.wetech.mybatis.example.Example
 

E

entityClass - 类 中的变量tech.wetech.mybatis.example.Example
 
EntityMapperAnnotationResolver - tech.wetech.mybatis.builder中的类
 
EntityMapperAnnotationResolver(Method, ExtConfiguration, EntityMapping) - 类 的构造器tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
EntityMapperBuilder - tech.wetech.mybatis.builder中的类
自定义的单表Crud查询Builder类
EntityMapperBuilder(ExtConfiguration, Class<?>) - 类 的构造器tech.wetech.mybatis.builder.EntityMapperBuilder
 
EntityMapperRegistry - tech.wetech.mybatis中的类
 
EntityMapperRegistry(ExtConfiguration) - 类 的构造器tech.wetech.mybatis.EntityMapperRegistry
 
entityMapperRegistry - 类 中的变量tech.wetech.mybatis.ExtConfiguration
 
EntityMapping - tech.wetech.mybatis.builder中的类
表实体映射
EntityMapping() - 类 的构造器tech.wetech.mybatis.builder.EntityMapping
 
EntityMapping.ColumnProperty - tech.wetech.mybatis.builder中的类
 
EntityMappingBuilder - tech.wetech.mybatis.builder中的类
 
EntityMappingBuilder(Class<?>) - 类 的构造器tech.wetech.mybatis.builder.EntityMappingBuilder
 
EntityMappingUtil - tech.wetech.mybatis.util中的类
 
EntityMappingUtil() - 类 的构造器tech.wetech.mybatis.util.EntityMappingUtil
 
EntityProviderSqlCommandType - tech.wetech.mybatis.annotation中的注释类型
 
Example<T> - tech.wetech.mybatis.example中的类
 
Example(Class<?>) - 类 的构造器tech.wetech.mybatis.example.Example
 
existsByPrimaryKey(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
existsByPrimaryKey(Object) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
ExtConfiguration - tech.wetech.mybatis中的类
增强配置类
ExtConfiguration() - 类 的构造器tech.wetech.mybatis.ExtConfiguration
 
ExtConfiguration(Environment) - 类 的构造器tech.wetech.mybatis.ExtConfiguration
 
extractEntityClass(Class<?>) - 类 中的静态方法tech.wetech.mybatis.util.EntityMappingUtil
 
ExtSqlSessionFactoryBuilder - tech.wetech.mybatis中的类
 
ExtSqlSessionFactoryBuilder() - 类 的构造器tech.wetech.mybatis.ExtSqlSessionFactoryBuilder
 
ExtXMLConfigBuilder - tech.wetech.mybatis中的类
 
ExtXMLConfigBuilder(Reader) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 
ExtXMLConfigBuilder(Reader, String) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 
ExtXMLConfigBuilder(Reader, String, Properties) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 
ExtXMLConfigBuilder(InputStream) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 
ExtXMLConfigBuilder(InputStream, String) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 
ExtXMLConfigBuilder(InputStream, String, Properties) - 类 的构造器tech.wetech.mybatis.ExtXMLConfigBuilder
 

F

findParameter(Object, Class<T>) - 类 中的方法tech.wetech.mybatis.ParametersFinder
 
findParameterFromCollection(Collection, Class<T>) - 类 中的方法tech.wetech.mybatis.ParametersFinder
 
findParameterFromMap(Map, Class<T>) - 类 中的方法tech.wetech.mybatis.ParametersFinder
 
findParameterFromObject(Object, Class<T>) - 类 中的方法tech.wetech.mybatis.ParametersFinder
 
flushStatements() - 类 中的方法tech.wetech.mybatis.PagingExecutor
 

G

getAndOr() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
getAndOr() - 类 中的方法tech.wetech.mybatis.example.Criteria
 
getAnnotations() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
getColumnName() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
getColumnName(String) - 接口 中的方法tech.wetech.mybatis.domain.Property
 
getColumnName(String, String) - 类 中的静态方法tech.wetech.mybatis.util.EntityMappingUtil
 
getColumnName(String, FN) - 类 中的静态方法tech.wetech.mybatis.util.EntityMappingUtil
 
getColumnProperties() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getColumnPropertyMap() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getColumns() - 类 中的方法tech.wetech.mybatis.example.Example
 
getCondition() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
getConfiguration() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
getConfiguration() - 类 中的方法tech.wetech.mybatis.ExtXMLConfigBuilder
 
getCountString(String) - 接口 中的方法tech.wetech.mybatis.dialect.Dialect
将sql转换为总记录数sql
getCriteria() - 类 中的方法tech.wetech.mybatis.example.Criteria
 
getDialect(DialectType) - 类 中的静态方法tech.wetech.mybatis.dialect.DialectClient
 
getDialect() - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
getDirection() - 类 中的方法tech.wetech.mybatis.example.Sort.Order
 
getEntityClass() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getEntityMapping() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
getFunctionName(FN) - 类 中的静态方法tech.wetech.mybatis.util.EntityMappingUtil
 
getInstance() - 类 中的静态方法tech.wetech.mybatis.ParametersFinder
 
getJavaType() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
getKeyColumn() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getKeyProperty() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getLimit(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.SQLServerDialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.DB2Dialect
 
getLimitString(String, int, String, String) - 类 中的方法tech.wetech.mybatis.dialect.db.DB2Dialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.H2Dialect
 
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.HSQLDialect
 
getLimitString(String, int, String, String) - 类 中的方法tech.wetech.mybatis.dialect.db.HSQLDialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.MySQLDialect
 
getLimitString(String, int, String, String) - 类 中的方法tech.wetech.mybatis.dialect.db.MySQLDialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.OracleDialect
 
getLimitString(String, int, String, String) - 类 中的方法tech.wetech.mybatis.dialect.db.OracleDialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.PostgreSQLDialect
 
getLimitString(String, int, String, String) - 类 中的方法tech.wetech.mybatis.dialect.db.PostgreSQLDialect
将sql变成分页sql语句,提供将offset及limit使用占位符号(placeholder)替换.
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.SqlServer2012Dialect
 
getLimitString(String, int, int) - 类 中的方法tech.wetech.mybatis.dialect.db.SQLServerDialect
 
getLimitString(String, int, int) - 接口 中的方法tech.wetech.mybatis.dialect.Dialect
将sql转换为分页sql
getLogicDeleteColumn() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getLogicDeleteDeletedValue() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getLogicDeleteNormalValue() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getMapper(Class<T>, SqlSession) - 类 中的方法tech.wetech.mybatis.EntityMapperRegistry
 
getMapper(Class<T>, SqlSession) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
getMethod() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
getOffset() - 类 中的方法tech.wetech.mybatis.domain.Page
 
getOptimisticLockColumn() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getOptimisticLockProperty() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getOrderByClause() - 类 中的方法tech.wetech.mybatis.example.Example
 
getOrders() - 类 中的方法tech.wetech.mybatis.example.Sort
 
getOredCriteria() - 类 中的方法tech.wetech.mybatis.example.Example
 
getPage() - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
getPageNumber() - 类 中的方法tech.wetech.mybatis.domain.Page
 
getPageSize() - 类 中的方法tech.wetech.mybatis.domain.Page
 
getProperty() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
getProperty() - 类 中的方法tech.wetech.mybatis.example.Sort.Order
 
getPropertyName() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
getPropertyName() - 接口 中的方法tech.wetech.mybatis.domain.Property
 
getScript() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
getSecondValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
getSqlCommandType() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
getTableName() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
getTotal() - 类 中的方法tech.wetech.mybatis.domain.Page
 
getTotalCount(MappedStatement, Object, BoundSql, Dialect) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
getTransaction() - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
getValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 

H

H2Dialect - tech.wetech.mybatis.dialect.db中的类
 
H2Dialect() - 类 的构造器tech.wetech.mybatis.dialect.db.H2Dialect
 
hasMapper(Class<T>) - 类 中的方法tech.wetech.mybatis.EntityMapperRegistry
 
hasMapper(Class<?>) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
hasNext() - 类 中的方法tech.wetech.mybatis.domain.Page
 
hasPrevious() - 类 中的方法tech.wetech.mybatis.domain.Page
 
HSQLDialect - tech.wetech.mybatis.dialect.db中的类
 
HSQLDialect() - 类 的构造器tech.wetech.mybatis.dialect.db.HSQLDialect
 

I

insert(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
insert(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
insertAll(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
insertAll(Collection<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
已过时。
InsertEntityProvider - tech.wetech.mybatis.annotation中的注释类型
 
insertSelective(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
insertSelective(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
isBetweenValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
isCached(MappedStatement, CacheKey) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
isClosed() - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
isCountable() - 类 中的方法tech.wetech.mybatis.domain.Page
 
isDistinct() - 类 中的方法tech.wetech.mybatis.example.Example
 
isEntityMethodProvider() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperAnnotationResolver
 
isFirst() - 类 中的方法tech.wetech.mybatis.domain.Page
 
isIdentity() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
isLast() - 类 中的方法tech.wetech.mybatis.domain.Page
 
isListValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
isLogicDelete() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
isNoValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
isOptimisticLock() - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
isSingleValue() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
isUppercaseAlpha(char) - 类 中的静态方法tech.wetech.mybatis.builder.EntityMappingBuilder
 
isValid() - 类 中的方法tech.wetech.mybatis.example.Criteria
 

L

LogicDelete - tech.wetech.mybatis.annotation中的注释类型
 

M

Mapper<T> - tech.wetech.mybatis.mapper中的接口
 
MapperCriteria<T> - tech.wetech.mybatis.example中的类
 
MapperCriteria(BaseMapper<T>) - 类 的构造器tech.wetech.mybatis.example.MapperCriteria
 
MapperCriteria(BaseMapper, MapperExample) - 类 的构造器tech.wetech.mybatis.example.MapperCriteria
 
MapperExample<T> - tech.wetech.mybatis.example中的类
 
MapperExample(BaseMapper<T>) - 类 的构造器tech.wetech.mybatis.example.MapperExample
 
MySQLDialect - tech.wetech.mybatis.dialect.db中的类
 
MySQLDialect() - 类 的构造器tech.wetech.mybatis.dialect.db.MySQLDialect
 

N

newExecutor(Transaction, ExecutorType) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 

O

of(Class<T>) - 类 中的静态方法tech.wetech.mybatis.example.Example
 
or() - 类 中的方法tech.wetech.mybatis.example.Example
 
or(Criteria<T>) - 类 中的方法tech.wetech.mybatis.example.Example
 
or() - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
or(Criteria<T>) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
OracleDialect - tech.wetech.mybatis.dialect.db中的类
 
OracleDialect() - 类 的构造器tech.wetech.mybatis.dialect.db.OracleDialect
 
orBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
Order(Sort.Direction, String) - 类 的构造器tech.wetech.mybatis.example.Sort.Order
 
Order(String) - 类 的构造器tech.wetech.mybatis.example.Sort.Order
 
orderByClause - 类 中的变量tech.wetech.mybatis.example.Example
 
oredCriteria - 类 中的变量tech.wetech.mybatis.example.Example
 
orEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orGreaterThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orGreaterThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orGreaterThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orGreaterThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orGreaterThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orGreaterThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orGreaterThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orGreaterThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIsNotNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIsNotNull(String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIsNotNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIsNotNull(String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIsNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIsNull(String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orIsNull(Property<T, ?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orIsNull(String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLessThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLessThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLessThan(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLessThan(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLessThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLessThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLessThanOrEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLessThanOrEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLike(String, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orLike(String, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotBetween(Property<T, ?>, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotBetween(String, Object, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotEqualTo(Property<T, ?>, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotEqualTo(String, Object) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotIn(Property<T, ?>, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotIn(String, Iterable<?>) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotLike(String, String) - 类 中的方法tech.wetech.mybatis.example.Criteria
 
orNotLike(Property<T, ?>, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
orNotLike(String, String) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 

P

Page<E> - tech.wetech.mybatis.domain中的类
 
Page(int, int) - 类 的构造器tech.wetech.mybatis.domain.Page
 
Page(int, int, boolean) - 类 的构造器tech.wetech.mybatis.domain.Page
 
Page() - 类 的构造器tech.wetech.mybatis.domain.Page
 
Page(Collection<? extends E>, int) - 类 的构造器tech.wetech.mybatis.domain.Page
 
PagingExecutor - tech.wetech.mybatis中的类
 
PagingExecutor(Executor, Dialect) - 类 的构造器tech.wetech.mybatis.PagingExecutor
 
ParametersFinder - tech.wetech.mybatis中的类
 
ParametersFinder() - 类 的构造器tech.wetech.mybatis.ParametersFinder
 
parse() - 类 中的方法tech.wetech.mybatis.builder.EntityMapperBuilder
 
parse() - 类 中的方法tech.wetech.mybatis.ExtXMLConfigBuilder
 
PostgreSQLDialect - tech.wetech.mybatis.dialect.db中的类
 
PostgreSQLDialect() - 类 的构造器tech.wetech.mybatis.dialect.db.PostgreSQLDialect
 
Property<T,R> - tech.wetech.mybatis.domain中的接口
 

Q

query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
queryCursor(MappedStatement, Object, RowBounds) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 

R

removeAll() - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
removePage() - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
rollback(boolean) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 

S

selectAll(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectAll() - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
selectByExample(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectByExample(Example<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
selectByPrimaryKey(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectByPrimaryKey(Object) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
selectByPrimaryKeyWithOptional(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectByPrimaryKeyWithOptional(Object) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
SelectEntityProvider - tech.wetech.mybatis.annotation中的注释类型
 
selectList() - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
selectList(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectList(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
selectOne() - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
selectOne(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectOne(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
selectOneWithOptional() - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
selectOneWithOptional(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
selectOneWithOptional(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
setAnnotations(List<Annotation>) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
setColumnName(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
setColumnProperties(List<EntityMapping.ColumnProperty>) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setColumnPropertyMap(Map<String, EntityMapping.ColumnProperty>) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setCountable(boolean) - 类 中的方法tech.wetech.mybatis.domain.Page
 
setDialect(Class<? extends Dialect>) - 类 中的方法tech.wetech.mybatis.ExtConfiguration
 
setDistinct(boolean) - 类 中的方法tech.wetech.mybatis.example.Example
 
setDistinct(boolean) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setEntityClass(Class<?>) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setExecutorWrapper(Executor) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
setIdentity(boolean) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
setJavaType(Class<?>) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
setKeyColumn(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setKeyProperty(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setLogicDelete(boolean) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setLogicDeleteColumn(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setLogicDeleteDeletedValue(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setLogicDeleteNormalValue(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setOptimisticLock(boolean) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setOptimisticLockColumn(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setOptimisticLockProperty(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setOrderByClause(String) - 类 中的方法tech.wetech.mybatis.example.Example
 
setOrderByClause(String) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setPage(int, int) - 类 中的方法tech.wetech.mybatis.example.Example
 
setPage(int, int) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setPage(T) - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
setPage(int, int) - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
setPage(int, int, boolean) - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
setPageNumber(int) - 类 中的方法tech.wetech.mybatis.domain.Page
 
setPageSize(int) - 类 中的方法tech.wetech.mybatis.domain.Page
 
setPageWithOffset(int, int) - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
setPageWithOffset(int, int, boolean) - 类 中的静态方法tech.wetech.mybatis.ThreadContext
 
setPropertyName(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping.ColumnProperty
 
setSelects(Property<T, ?>...) - 类 中的方法tech.wetech.mybatis.example.Example
 
setSelects(String...) - 类 中的方法tech.wetech.mybatis.example.Example
 
setSelects(Property<T, ?>...) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setSelects(String...) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setSort(Sort) - 类 中的方法tech.wetech.mybatis.example.Example
 
setSort(Sort) - 类 中的方法tech.wetech.mybatis.example.MapperExample
 
setTableName(String) - 类 中的方法tech.wetech.mybatis.builder.EntityMapping
 
setTotal(int) - 类 中的方法tech.wetech.mybatis.domain.Page
 
Sort - tech.wetech.mybatis.example中的类
 
Sort(List<Sort.Order>) - 类 的构造器tech.wetech.mybatis.example.Sort
 
Sort(Sort.Direction, String...) - 类 的构造器tech.wetech.mybatis.example.Sort
 
Sort(String...) - 类 的构造器tech.wetech.mybatis.example.Sort
 
Sort(Sort.Direction, List<String>) - 类 的构造器tech.wetech.mybatis.example.Sort
 
Sort.Direction - tech.wetech.mybatis.example中的枚举
 
Sort.Order - tech.wetech.mybatis.example中的类
 
SqlServer2012Dialect - tech.wetech.mybatis.dialect.db中的类
 
SqlServer2012Dialect() - 类 的构造器tech.wetech.mybatis.dialect.db.SqlServer2012Dialect
 
SQLServerDialect - tech.wetech.mybatis.dialect.db中的类
MSSQLServer 数据库实现分页方言
SQLServerDialect() - 类 的构造器tech.wetech.mybatis.dialect.db.SQLServerDialect
 

T

TABLE_ENTITY_CACHE - 类 中的静态变量tech.wetech.mybatis.builder.EntityMapperBuilder
 
tech.wetech.mybatis - 程序包 tech.wetech.mybatis
 
tech.wetech.mybatis.annotation - 程序包 tech.wetech.mybatis.annotation
 
tech.wetech.mybatis.builder - 程序包 tech.wetech.mybatis.builder
 
tech.wetech.mybatis.dialect - 程序包 tech.wetech.mybatis.dialect
 
tech.wetech.mybatis.dialect.db - 程序包 tech.wetech.mybatis.dialect.db
 
tech.wetech.mybatis.domain - 程序包 tech.wetech.mybatis.domain
 
tech.wetech.mybatis.example - 程序包 tech.wetech.mybatis.example
 
tech.wetech.mybatis.mapper - 程序包 tech.wetech.mybatis.mapper
 
tech.wetech.mybatis.util - 程序包 tech.wetech.mybatis.util
 
ThreadContext - tech.wetech.mybatis中的类
 
ThreadContext() - 类 的构造器tech.wetech.mybatis.ThreadContext
 
toLowerAscii(char) - 类 中的静态方法tech.wetech.mybatis.builder.EntityMappingBuilder
 
toString() - 类 中的方法tech.wetech.mybatis.domain.Page
 
toString() - 类 中的方法tech.wetech.mybatis.example.Criteria.Criterion
 
toString() - 类 中的方法tech.wetech.mybatis.example.Criteria
 
toString() - 类 中的方法tech.wetech.mybatis.example.Example
 

U

update(T) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 
update(MappedStatement, Object) - 类 中的方法tech.wetech.mybatis.PagingExecutor
 
updateByExample(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
updateByExample(S, Example<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
updateByExampleSelective(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
updateByExampleSelective(S, Example<S>) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
updateByPrimaryKey(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
updateByPrimaryKey(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
updateByPrimaryKeySelective(EntityMapping) - 类 中的方法tech.wetech.mybatis.mapper.BaseEntitySqlBuilder
 
updateByPrimaryKeySelective(S) - 接口 中的方法tech.wetech.mybatis.mapper.BaseMapper
 
UpdateEntityProvider - tech.wetech.mybatis.annotation中的注释类型
 
updateSelective(T) - 类 中的方法tech.wetech.mybatis.example.MapperCriteria
 

V

valueOf(String) - 枚举 中的静态方法tech.wetech.mybatis.dialect.DialectType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法tech.wetech.mybatis.example.Sort.Direction
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法tech.wetech.mybatis.dialect.DialectType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法tech.wetech.mybatis.example.Sort.Direction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I L M N O P Q R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.