Annotation Interface SqlJoin
JoinType
- 版本:
- 1.0
- 作者:
- Jovi
-
可选元素概要
可选元素
-
元素详细资料
-
value
String[] value列字段名称- 返回:
- 默认值:
- {""}
-
isBean
已过时。是否为一个实体类(已不需要显性标识)- 返回:
- 默认值:
- false
-
type
JoinType type连接类型- 返回:
- 默认值:
- INNER_JOIN
-
schema
String schema连接的schema- 返回:
- 默认值:
- ""
-
table
String table连接的表名- 返回:
- 默认值:
- ""
-
tableAlias
String tableAlias连接表的别名- 返回:
- 默认值:
- ""
-
tableKeyword
String tableKeyword连接的表列字段名- 返回:
- 默认值:
- ""
-
mainKeyword
String mainKeyword主表的列字段名- 返回:
- 默认值:
- ""
-
from
Class<?> from连接的表(通常情况下可代替schema、table、tableAlias,优先级高)- 返回:
- 默认值:
- void.class
-
on
Class<?> on连接条件(优先级高)- 返回:
- 默认值:
- void.class
-