public abstract class JoinTable extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JoinTable(String tableAlias) |
| Modifier and Type | Method and Description |
|---|---|
abstract CteTable |
getCteTable() |
abstract JoinTableType |
getJoinTableType() |
abstract Consumer<Condition> |
getOnCondition() |
String |
getTableAlias() |
abstract Class<?> |
getTableClass() |
protected JoinTable(String tableAlias)
Copyright © 2024 Dynamic-SQL. All rights reserved.