public class Join extends Object
| Constructor and Description |
|---|
Join(org.tentackle.model.Relation relation)
Creates an unnamed join.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the join.
|
org.tentackle.model.Relation |
getRelation()
Gets the relation wrapped by this join.
|
int |
hashCode() |
void |
setName(String name)
Sets the name of the join.
|
String |
toString() |
public Join(org.tentackle.model.Relation relation)
relation - the relationpublic org.tentackle.model.Relation getRelation()
public String getName()
public void setName(String name)
name - the nameTentackle - distributed, domain- and model-driven