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