| 程序包 | 说明 |
|---|---|
| com.easycodebox.jdbc | |
| com.easycodebox.jdbc.dialect | |
| com.easycodebox.jdbc.grammar |
| 限定符和类型 | 方法和说明 |
|---|---|
JoinType |
Join.getJoinType() |
static JoinType |
JoinType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JoinType[] |
JoinType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Join |
Join.instance(Class<?> table,
String tableAlias,
JoinType joinType) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
MySqlDialect.joinSql(JoinType joinType)
joinType = NONE 时,return null
|
String |
Dialect.joinSql(JoinType joinType)
joinType = NONE 时,return null
|
| 限定符和类型 | 方法和说明 |
|---|---|
SqlGrammar |
SqlGrammar.join(Property property,
String tableAlias,
JoinType joinType)
如果用到关联查询时,此方法必须放在上面,instance方法下面紧接着就是此方法。
|
Copyright © 2016. All rights reserved.