| Modifier and Type | Method and Description |
|---|---|
JointureType |
Jointure.getType() |
static JointureType |
JointureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JointureType[] |
JointureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Jointure |
AbstractHasJointure.insertJoin(Jointure before,
JointureType type,
String schema,
String tableName,
Alias alias) |
Jointure |
AbstractHasJointure.join(JointureType type,
String schema,
String tableName,
Alias alias) |
Copyright © 2017. All rights reserved.