Index

A B C D E F G I J K L N O S T V 
All Classes and Interfaces|All Packages

A

apply() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件之 apply
等效于 Wrappers.query().apply(xxx);
apply() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件之 apply
等效于 Wrappers.query().apply(xxx);
Apply - Annotation Type in com.github.yulichang.annotation
映射表条件 用法参考 mybatis plus wrapper 的 .apply()方法
args() - Element in annotation type com.github.yulichang.annotation.Apply
.apply() 对应的可变参数

B

BETWEEN - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 

C

cache() - Element in annotation type com.github.yulichang.annotation.Table
是否缓存
classPackage() - Element in annotation type com.github.yulichang.annotation.Table
生成类的包名
column() - Element in annotation type com.github.yulichang.annotation.Condition
数据库列名
com.github.yulichang.annotation - package com.github.yulichang.annotation
 
com.github.yulichang.annotation.enums - package com.github.yulichang.annotation.enums
 
condition() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件
condition() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件
Condition - Annotation Type in com.github.yulichang.annotation
映射表条件

D

DynamicTableName - Annotation Type in com.github.yulichang.annotation
Deprecated.

E

EntityMapping - Annotation Type in com.github.yulichang.annotation
实体类关系映射注解
EQ - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 

F

FieldMapping - Annotation Type in com.github.yulichang.annotation
字段关系映射注解
first() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件之 first
等效于 Wrappers.query().first(xxx);
first() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件之 first
等效于 Wrappers.query().first(xxx);

G

GE - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
genTables() - Element in annotation type com.github.yulichang.annotation.Table
是否在Tables中生成对应的类字段
GT - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 

I

IN - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
IS_NOT_NULL - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
IS_NULL - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
isThrowExp() - Element in annotation type com.github.yulichang.annotation.EntityMapping
一对一查询时 如果查询到多条记录是否抛出异常
true 抛出异常
false 不抛异常,获取列表第一条数据
isThrowExp() - Element in annotation type com.github.yulichang.annotation.FieldMapping
一对一查询时 如果查询到多条记录是否抛出异常
true 抛出异常
false 不抛异常,获取列表第一条数据

J

joinField() - Element in annotation type com.github.yulichang.annotation.EntityMapping
关联类的字段名称 (是实体类字段名称而不是数据库字段名称)
默认获取关联类上定义的主键 @TableId
joinField() - Element in annotation type com.github.yulichang.annotation.FieldMapping
关联类的字段名称 (是实体类字段名称而不是数据库字段名称)
默认获取关联类上定义的主键 @TableId

K

keyWord() - Element in annotation type com.github.yulichang.annotation.Condition
条件枚举 目前只实现了 = !

L

last() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件之 last
建议不要在这使用分页语句,会导致关联查的时候查询不全
等效于 Wrappers.query().last(xxx);
last() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件之 last
建议不要在这使用分页语句,会导致关联查的时候查询不全
等效于 Wrappers.query().last(xxx);
LE - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
LIKE - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
LT - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 

N

NE - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
NOT - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
NOT_BETWEEN - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
NOT_IN - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 
NOT_LIKE - Enum constant in enum com.github.yulichang.annotation.enums.SqlKeyword
 

O

orderByAsc() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件之 orderBy
等效于 Wrappers.query().orderByAsc(xxx);
orderByAsc() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件之 orderBy
等效于 Wrappers.query().orderByAsc(xxx);
orderByDesc() - Element in annotation type com.github.yulichang.annotation.EntityMapping
映射表查询条件之 orderByDesc
等效于 Wrappers.query().orderByDesc(xxx);
orderByDesc() - Element in annotation type com.github.yulichang.annotation.FieldMapping
映射表查询条件之 orderByDesc
等效于 Wrappers.query().orderByDesc(xxx);

S

select() - Element in annotation type com.github.yulichang.annotation.EntityMapping
注意!!!
select() - Element in annotation type com.github.yulichang.annotation.FieldMapping
字段映射对应的属性名
SqlKeyword - Enum in com.github.yulichang.annotation.enums
 

T

Table - Annotation Type in com.github.yulichang.annotation
apt注解
tablesClassName() - Element in annotation type com.github.yulichang.annotation.Table
Tables中的字段名 默认大写的类名
tablesClassPackage() - Element in annotation type com.github.yulichang.annotation.Table
Tables中的字段名 默认大写的类名
tag() - Element in annotation type com.github.yulichang.annotation.EntityMapping
关联的数据库实体类
默认获取此注解所对应的类
tag() - Element in annotation type com.github.yulichang.annotation.FieldMapping
关联的数据库实体类
默认获取此注解所对应的类
thisField() - Element in annotation type com.github.yulichang.annotation.EntityMapping
当前类的关联的字段名称 (是实体类字段名称而不是数据库字段名称)
默认获取当前类上定义的主键 @TableId
thisField() - Element in annotation type com.github.yulichang.annotation.FieldMapping
当前类的关联的字段名称 (是实体类字段名称而不是数据库字段名称)
默认获取当前类上定义的主键 @TableId

V

value() - Element in annotation type com.github.yulichang.annotation.Apply
sql片段
value() - Element in annotation type com.github.yulichang.annotation.Condition
对应的值 一般是一个值 如果条件是 between 会取前两个 如果条件是 in 就会取全部
value() - Element in annotation type com.github.yulichang.annotation.Table
APT类名
valueOf(String) - Static method in enum com.github.yulichang.annotation.enums.SqlKeyword
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.yulichang.annotation.enums.SqlKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J K L N O S T V 
All Classes and Interfaces|All Packages