Package com.pugwoo.dbhelper.annotation
Annotation Type JoinLeftTable
join的左表注解,被注解的字段类型必须有@Table注解。左表的别名默认为t1
- Author:
- pugwoo
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription表别名强制使用索引,格式为: index1,index2
说明: 该字符串将原样放入到FORCE INDEX() 括弧中。