跳过导航链接
A C D F G I K L M N O P R S T V W 

A

addKeyword(String) - 枚举 中的方法db.sql.api.DbType
 

C

cn.xbatis.db - 程序包 cn.xbatis.db
 
cn.xbatis.db.annotations - 程序包 cn.xbatis.db.annotations
 
cn.xbatis.page - 程序包 cn.xbatis.page
 
ColumnNameRule - cn.xbatis.db中的枚举
 
Condition - cn.xbatis.db.annotations中的注释类型
 
Condition.LikeMode - cn.xbatis.db.annotations中的枚举
 
Condition.Type - cn.xbatis.db.annotations中的枚举
 
ConditionGroup - cn.xbatis.db.annotations中的注释类型
 
ConditionGroups - cn.xbatis.db.annotations中的注释类型
 
ConditionTarget - cn.xbatis.db.annotations中的注释类型
 
CreatedEvent - cn.xbatis.db.annotations中的注释类型
 

D

db.sql.api - 程序包 db.sql.api
 
DbType - db.sql.api中的枚举
 

F

Fetch - cn.xbatis.db.annotations中的注释类型
 
ForeignKey - cn.xbatis.db.annotations中的注释类型
标记外键关系

G

get(PagerField<V>) - 接口 中的方法cn.xbatis.page.IPager
获得字段的值 只需要 实现 PagerField.IS_EXECUTE_COUNT、PagerField.NUMBER、PagerField.SIZE 3个字段GET即可
getByName(String) - 枚举 中的静态方法db.sql.api.DbType
 
getCode() - 类 中的方法cn.xbatis.page.PagerField
 
getKeywords() - 枚举 中的方法db.sql.api.DbType
 
getKeywordWrap() - 枚举 中的方法db.sql.api.DbType
 
getOffset(int, int) - 类 中的静态方法cn.xbatis.page.PageUtil
获取分页 offset
getPrefix() - 类 中的方法db.sql.api.KeywordWrap
 
getSuffix() - 类 中的方法db.sql.api.KeywordWrap
 
Getter<T> - db.sql.api中的接口
 
GetterFun<T,R> - db.sql.api中的接口
 
Getters - db.sql.api中的类
 
Getters() - 类 的构造器db.sql.api.Getters
 
getTotalPage(Integer, Integer) - 类 中的静态方法cn.xbatis.page.PageUtil
获取总页数
getType() - 类 中的方法cn.xbatis.page.PagerField
 

I

IdAutoType - cn.xbatis.db中的枚举
 
Ignore - cn.xbatis.db.annotations中的注释类型
忽略不处理
Ignores - cn.xbatis.db.annotations中的注释类型
 
IPager<T> - cn.xbatis.page中的接口
 
IS_EXECUTE_COUNT - 类 中的静态变量cn.xbatis.page.PagerField
是否count字段
isToUpperCase() - 类 中的方法db.sql.api.KeywordWrap
 

K

KeywordWrap - db.sql.api中的类
 
KeywordWrap(String, String) - 类 的构造器db.sql.api.KeywordWrap
 
KeywordWrap(String, String, boolean) - 类 的构造器db.sql.api.KeywordWrap
 

L

Logic - cn.xbatis.db中的枚举
 
LogicDelete - cn.xbatis.db.annotations中的注释类型
逻辑删除

M

Model<T> - cn.xbatis.db中的接口
MODEL 用于部分新增或者修改
ModelEntityField - cn.xbatis.db.annotations中的注释类型
Model类字段实体类注解 用于解决字段命名不一样问题

N

NestedResultEntity - cn.xbatis.db.annotations中的注释类型
结果映射
NestedResultEntityField - cn.xbatis.db.annotations中的注释类型
内嵌 精准匹配 ( 会继承 注解:NestedResultEntity 的信息),用于解决命名不一致问题
NUMBER - 类 中的静态变量cn.xbatis.page.PagerField
页码

O

of(Getter<T>...) - 类 中的静态方法db.sql.api.Getters
 

P

PagerField<V> - cn.xbatis.page中的类
 
PageUtil - cn.xbatis.page中的类
 
PageUtil() - 类 的构造器cn.xbatis.page.PageUtil
 
Paging - cn.xbatis.db.annotations中的注释类型
分页注解,针对xml,自动帮助你分页 分页有几个要求, 第1个:参数 必须是Pager类 第2个:被注解的方法不能实现 第3个:返回 必须是Pager类
PutEnumValue - cn.xbatis.db.annotations中的注释类型
 
PutValue - cn.xbatis.db.annotations中的注释类型
此注解会根据值,method,factory做session级的缓存,请注意

R

ResultEntity - cn.xbatis.db.annotations中的注释类型
实体类映射,会自动关键 实体类于注解类的关系 无法自动映射的 可使用 @EntityField 注解(精准)
ResultEntityField - cn.xbatis.db.annotations中的注释类型
结果字段 用于解决字段冲突问题
ResultField - cn.xbatis.db.annotations中的注释类型
用户返回非表真实列,例如 max,min后产生的列或者 新的列
RESULTS - 类 中的静态变量cn.xbatis.page.PagerField
列表结果

S

set(PagerField<V>, V) - 接口 中的方法cn.xbatis.page.IPager
设置字段的值 只需要 实现 PagerField.TOTAL、PagerField.RESULTS 2个字段SET即可
SIZE - 类 中的静态变量cn.xbatis.page.PagerField
分页条数
split(String, Object) - 接口 中的方法cn.xbatis.db.annotations.TableSplitter
分隔
SplitTable - cn.xbatis.db.annotations中的注释类型
分表注解
SplitTableKey - cn.xbatis.db.annotations中的注释类型
分表列字段注解
support(Class<?>) - 接口 中的方法cn.xbatis.db.annotations.TableSplitter
支持值的类型

T

Table - cn.xbatis.db.annotations中的注释类型
 
TableField - cn.xbatis.db.annotations中的注释类型
 
TableId - cn.xbatis.db.annotations中的注释类型
ID 自增
TableId.List - cn.xbatis.db.annotations中的注释类型
 
TableSplitter - cn.xbatis.db.annotations中的接口
 
TenantId - cn.xbatis.db.annotations中的注释类型
多租户
toString() - 类 中的方法cn.xbatis.page.PagerField
 
TOTAL - 类 中的静态变量cn.xbatis.page.PagerField
总数
TypeHandler - cn.xbatis.db.annotations中的注释类型
用于vo上自定义 TypeHandler

V

valueOf(String) - 枚举 中的静态方法cn.xbatis.db.annotations.Condition.LikeMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.xbatis.db.annotations.Condition.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.xbatis.db.ColumnNameRule
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.xbatis.db.IdAutoType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.xbatis.db.Logic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法db.sql.api.DbType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.xbatis.db.annotations.Condition.LikeMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.xbatis.db.annotations.Condition.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.xbatis.db.ColumnNameRule
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.xbatis.db.IdAutoType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.xbatis.db.Logic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法db.sql.api.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - cn.xbatis.db.annotations中的注释类型
乐观锁注解

W

wrap(String) - 枚举 中的方法db.sql.api.DbType
 
A C D F G I K L M N O P R S T V W 
跳过导航链接

Copyright © 2025. All rights reserved.