| Modifier and Type | Optional Element and Description |
|---|---|
JoinType |
joinType
JoinType: left join,right join,join, (full join need DB support)
|
String |
mainField
The join on field of main table.
|
String |
subAlias
Subtable alias.
|
String |
subClass
Deprecated.
(since="1.11",can use subClazz() replace it.)
|
Class |
subClazz
Subtable entity Class type.
|
String |
subField
The join on field of subtable.
|
public abstract JoinType joinType
public abstract String mainField
public abstract String subField
public abstract String subAlias
@Deprecated public abstract String subClass
public abstract Class subClazz
Copyright © 2024. All rights reserved.